@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SetLocalConsolePasswordRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
SetLocalConsolePasswordInput
NOOP
Constructor and Description |
---|
SetLocalConsolePasswordRequest() |
Modifier and Type | Method and Description |
---|---|
SetLocalConsolePasswordRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getGatewayARN() |
String |
getLocalConsolePassword()
The password you want to set for your VM local console.
|
int |
hashCode() |
void |
setGatewayARN(String gatewayARN) |
void |
setLocalConsolePassword(String localConsolePassword)
The password you want to set for your VM local console.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
SetLocalConsolePasswordRequest |
withGatewayARN(String gatewayARN) |
SetLocalConsolePasswordRequest |
withLocalConsolePassword(String localConsolePassword)
The password you want to set for your VM local console.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setGatewayARN(String gatewayARN)
gatewayARN
- public String getGatewayARN()
public SetLocalConsolePasswordRequest withGatewayARN(String gatewayARN)
gatewayARN
- public void setLocalConsolePassword(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 String getLocalConsolePassword()
The password you want to set for your VM local console.
public SetLocalConsolePasswordRequest withLocalConsolePassword(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 String toString()
toString
in class Object
Object.toString()
public SetLocalConsolePasswordRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.