@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.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
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.
|
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.
|
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 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.