@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateStorageVirtualMachineRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateStorageVirtualMachineRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateStorageVirtualMachineRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
UpdateSvmActiveDirectoryConfiguration |
getActiveDirectoryConfiguration()
Updates the Microsoft Active Directory (AD) configuration for an SVM that is joined to an AD.
|
String |
getClientRequestToken() |
String |
getStorageVirtualMachineId()
The ID of the SVM that you want to update, in the format
svm-0123456789abcdef0 . |
String |
getSvmAdminPassword()
Enter a new SvmAdminPassword if you are updating it.
|
int |
hashCode() |
void |
setActiveDirectoryConfiguration(UpdateSvmActiveDirectoryConfiguration activeDirectoryConfiguration)
Updates the Microsoft Active Directory (AD) configuration for an SVM that is joined to an AD.
|
void |
setClientRequestToken(String clientRequestToken) |
void |
setStorageVirtualMachineId(String storageVirtualMachineId)
The ID of the SVM that you want to update, in the format
svm-0123456789abcdef0 . |
void |
setSvmAdminPassword(String svmAdminPassword)
Enter a new SvmAdminPassword if you are updating it.
|
String |
toString()
Returns a string representation of this object.
|
UpdateStorageVirtualMachineRequest |
withActiveDirectoryConfiguration(UpdateSvmActiveDirectoryConfiguration activeDirectoryConfiguration)
Updates the Microsoft Active Directory (AD) configuration for an SVM that is joined to an AD.
|
UpdateStorageVirtualMachineRequest |
withClientRequestToken(String clientRequestToken) |
UpdateStorageVirtualMachineRequest |
withStorageVirtualMachineId(String storageVirtualMachineId)
The ID of the SVM that you want to update, in the format
svm-0123456789abcdef0 . |
UpdateStorageVirtualMachineRequest |
withSvmAdminPassword(String svmAdminPassword)
Enter a new SvmAdminPassword if you are updating it.
|
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 setActiveDirectoryConfiguration(UpdateSvmActiveDirectoryConfiguration activeDirectoryConfiguration)
Updates the Microsoft Active Directory (AD) configuration for an SVM that is joined to an AD.
activeDirectoryConfiguration
- Updates the Microsoft Active Directory (AD) configuration for an SVM that is joined to an AD.public UpdateSvmActiveDirectoryConfiguration getActiveDirectoryConfiguration()
Updates the Microsoft Active Directory (AD) configuration for an SVM that is joined to an AD.
public UpdateStorageVirtualMachineRequest withActiveDirectoryConfiguration(UpdateSvmActiveDirectoryConfiguration activeDirectoryConfiguration)
Updates the Microsoft Active Directory (AD) configuration for an SVM that is joined to an AD.
activeDirectoryConfiguration
- Updates the Microsoft Active Directory (AD) configuration for an SVM that is joined to an AD.public void setClientRequestToken(String clientRequestToken)
clientRequestToken
- public String getClientRequestToken()
public UpdateStorageVirtualMachineRequest withClientRequestToken(String clientRequestToken)
clientRequestToken
- public void setStorageVirtualMachineId(String storageVirtualMachineId)
The ID of the SVM that you want to update, in the format svm-0123456789abcdef0
.
storageVirtualMachineId
- The ID of the SVM that you want to update, in the format svm-0123456789abcdef0
.public String getStorageVirtualMachineId()
The ID of the SVM that you want to update, in the format svm-0123456789abcdef0
.
svm-0123456789abcdef0
.public UpdateStorageVirtualMachineRequest withStorageVirtualMachineId(String storageVirtualMachineId)
The ID of the SVM that you want to update, in the format svm-0123456789abcdef0
.
storageVirtualMachineId
- The ID of the SVM that you want to update, in the format svm-0123456789abcdef0
.public void setSvmAdminPassword(String svmAdminPassword)
Enter a new SvmAdminPassword if you are updating it.
svmAdminPassword
- Enter a new SvmAdminPassword if you are updating it.public String getSvmAdminPassword()
Enter a new SvmAdminPassword if you are updating it.
public UpdateStorageVirtualMachineRequest withSvmAdminPassword(String svmAdminPassword)
Enter a new SvmAdminPassword if you are updating it.
svmAdminPassword
- Enter a new SvmAdminPassword if you are updating it.public String toString()
toString
in class Object
Object.toString()
public UpdateStorageVirtualMachineRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()