@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateSvmActiveDirectoryConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
Specifies updates to an FSx for ONTAP storage virtual machine's (SVM) Microsoft Active Directory (AD) configuration. Note that account credentials are not returned in the response payload.
| Constructor and Description |
|---|
UpdateSvmActiveDirectoryConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
UpdateSvmActiveDirectoryConfiguration |
clone() |
boolean |
equals(Object obj) |
String |
getNetBiosName()
Specifies an updated NetBIOS name of the AD computer object
NetBiosName to which an SVM is joined. |
SelfManagedActiveDirectoryConfigurationUpdates |
getSelfManagedActiveDirectoryConfiguration() |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setNetBiosName(String netBiosName)
Specifies an updated NetBIOS name of the AD computer object
NetBiosName to which an SVM is joined. |
void |
setSelfManagedActiveDirectoryConfiguration(SelfManagedActiveDirectoryConfigurationUpdates selfManagedActiveDirectoryConfiguration) |
String |
toString()
Returns a string representation of this object.
|
UpdateSvmActiveDirectoryConfiguration |
withNetBiosName(String netBiosName)
Specifies an updated NetBIOS name of the AD computer object
NetBiosName to which an SVM is joined. |
UpdateSvmActiveDirectoryConfiguration |
withSelfManagedActiveDirectoryConfiguration(SelfManagedActiveDirectoryConfigurationUpdates selfManagedActiveDirectoryConfiguration) |
public UpdateSvmActiveDirectoryConfiguration()
public void setSelfManagedActiveDirectoryConfiguration(SelfManagedActiveDirectoryConfigurationUpdates selfManagedActiveDirectoryConfiguration)
selfManagedActiveDirectoryConfiguration - public SelfManagedActiveDirectoryConfigurationUpdates getSelfManagedActiveDirectoryConfiguration()
public UpdateSvmActiveDirectoryConfiguration withSelfManagedActiveDirectoryConfiguration(SelfManagedActiveDirectoryConfigurationUpdates selfManagedActiveDirectoryConfiguration)
selfManagedActiveDirectoryConfiguration - public void setNetBiosName(String netBiosName)
Specifies an updated NetBIOS name of the AD computer object NetBiosName to which an SVM is joined.
netBiosName - Specifies an updated NetBIOS name of the AD computer object NetBiosName to which an SVM is
joined.public String getNetBiosName()
Specifies an updated NetBIOS name of the AD computer object NetBiosName to which an SVM is joined.
NetBiosName to which an SVM is
joined.public UpdateSvmActiveDirectoryConfiguration withNetBiosName(String netBiosName)
Specifies an updated NetBIOS name of the AD computer object NetBiosName to which an SVM is joined.
netBiosName - Specifies an updated NetBIOS name of the AD computer object NetBiosName to which an SVM is
joined.public String toString()
toString in class ObjectObject.toString()public UpdateSvmActiveDirectoryConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.