@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ActiveDirectoryBackupAttributes extends Object implements Serializable, Cloneable, StructuredPojo
The Microsoft Active Directory 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 Amazon Web Services Managed Microsoft Active Directory instance to which the file system is joined.
|
String |
getDomainName()
The fully qualified domain name of the self-managed Active Directory directory.
|
String |
getResourceARN() |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setActiveDirectoryId(String activeDirectoryId)
The ID of the Amazon Web Services 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 Active Directory directory.
|
void |
setResourceARN(String resourceARN) |
String |
toString()
Returns a string representation of this object.
|
ActiveDirectoryBackupAttributes |
withActiveDirectoryId(String activeDirectoryId)
The ID of the Amazon Web Services 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 Active Directory directory.
|
ActiveDirectoryBackupAttributes |
withResourceARN(String resourceARN) |
public void setDomainName(String domainName)
The fully qualified domain name of the self-managed Active Directory directory.
domainName
- The fully qualified domain name of the self-managed Active Directory directory.public String getDomainName()
The fully qualified domain name of the self-managed Active Directory directory.
public ActiveDirectoryBackupAttributes withDomainName(String domainName)
The fully qualified domain name of the self-managed Active Directory directory.
domainName
- The fully qualified domain name of the self-managed Active Directory directory.public void setActiveDirectoryId(String activeDirectoryId)
The ID of the Amazon Web Services Managed Microsoft Active Directory instance to which the file system is joined.
activeDirectoryId
- The ID of the Amazon Web Services Managed Microsoft Active Directory instance to which the file system is
joined.public String getActiveDirectoryId()
The ID of the Amazon Web Services Managed Microsoft Active Directory instance to which the file system is joined.
public ActiveDirectoryBackupAttributes withActiveDirectoryId(String activeDirectoryId)
The ID of the Amazon Web Services Managed Microsoft Active Directory instance to which the file system is joined.
activeDirectoryId
- The ID of the Amazon Web Services 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 Object
Object.toString()
public ActiveDirectoryBackupAttributes clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.