@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ActiveDirectoryBackupAttributes extends Object implements Serializable, Cloneable, StructuredPojo
The Microsoft AD attributes of the Amazon FSx for Windows File Server file system.
| Constructor and Description |
|---|
ActiveDirectoryBackupAttributes() |
| Modifier and Type | Method and Description |
|---|---|
ActiveDirectoryBackupAttributes |
clone() |
boolean |
equals(Object obj) |
String |
getActiveDirectoryId()
The ID of the AWS Managed Microsoft Active Directory instance to which the file system is joined.
|
String |
getDomainName()
The fully qualified domain name of the self-managed AD directory.
|
String |
getResourceARN() |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setActiveDirectoryId(String activeDirectoryId)
The ID of the AWS Managed Microsoft Active Directory instance to which the file system is joined.
|
void |
setDomainName(String domainName)
The fully qualified domain name of the self-managed AD directory.
|
void |
setResourceARN(String resourceARN) |
String |
toString()
Returns a string representation of this object.
|
ActiveDirectoryBackupAttributes |
withActiveDirectoryId(String activeDirectoryId)
The ID of the AWS Managed Microsoft Active Directory instance to which the file system is joined.
|
ActiveDirectoryBackupAttributes |
withDomainName(String domainName)
The fully qualified domain name of the self-managed AD directory.
|
ActiveDirectoryBackupAttributes |
withResourceARN(String resourceARN) |
public void setDomainName(String domainName)
The fully qualified domain name of the self-managed AD directory.
domainName - The fully qualified domain name of the self-managed AD directory.public String getDomainName()
The fully qualified domain name of the self-managed AD directory.
public ActiveDirectoryBackupAttributes withDomainName(String domainName)
The fully qualified domain name of the self-managed AD directory.
domainName - The fully qualified domain name of the self-managed AD directory.public void setActiveDirectoryId(String activeDirectoryId)
The ID of the AWS Managed Microsoft Active Directory instance to which the file system is joined.
activeDirectoryId - The ID of the AWS Managed Microsoft Active Directory instance to which the file system is joined.public String getActiveDirectoryId()
The ID of the AWS Managed Microsoft Active Directory instance to which the file system is joined.
public ActiveDirectoryBackupAttributes withActiveDirectoryId(String activeDirectoryId)
The ID of the AWS Managed Microsoft Active Directory instance to which the file system is joined.
activeDirectoryId - The ID of the AWS Managed Microsoft Active Directory instance to which the file system is joined.public void setResourceARN(String resourceARN)
resourceARN - public String getResourceARN()
public ActiveDirectoryBackupAttributes withResourceARN(String resourceARN)
resourceARN - public String toString()
toString in class ObjectObject.toString()public ActiveDirectoryBackupAttributes clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2021. All rights reserved.