public class SetLocalConsolePasswordRequest extends AmazonWebServiceRequest implements java.io.Serializable, java.lang.Cloneable
SetLocalConsolePasswordInput
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
gatewayARN |
private java.lang.String |
localConsolePassword
The password you want to set for your VM local console.
|
NOOP
Constructor and Description |
---|
SetLocalConsolePasswordRequest() |
Modifier and Type | Method and Description |
---|---|
SetLocalConsolePasswordRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getGatewayARN() |
java.lang.String |
getLocalConsolePassword()
The password you want to set for your VM local console.
|
int |
hashCode() |
void |
setGatewayARN(java.lang.String gatewayARN) |
void |
setLocalConsolePassword(java.lang.String localConsolePassword)
The password you want to set for your VM local console.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
SetLocalConsolePasswordRequest |
withGatewayARN(java.lang.String gatewayARN) |
SetLocalConsolePasswordRequest |
withLocalConsolePassword(java.lang.String localConsolePassword)
The password you want to set for your VM local console.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
private java.lang.String gatewayARN
private java.lang.String localConsolePassword
The password you want to set for your VM local console.
public void setGatewayARN(java.lang.String gatewayARN)
gatewayARN
- public java.lang.String getGatewayARN()
public SetLocalConsolePasswordRequest withGatewayARN(java.lang.String gatewayARN)
gatewayARN
- public void setLocalConsolePassword(java.lang.String localConsolePassword)
The password you want to set for your VM local console.
localConsolePassword
- The password you want to set for your VM local console.public java.lang.String getLocalConsolePassword()
The password you want to set for your VM local console.
public SetLocalConsolePasswordRequest withLocalConsolePassword(java.lang.String localConsolePassword)
The password you want to set for your VM local console.
localConsolePassword
- The password you want to set for your VM local console.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public SetLocalConsolePasswordRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()