@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DomainMembership extends Object implements Serializable, Cloneable
An Active Directory Domain membership record associated with the DB instance.
Constructor and Description |
---|
DomainMembership() |
Modifier and Type | Method and Description |
---|---|
DomainMembership |
clone() |
boolean |
equals(Object obj) |
String |
getDomain()
The identifier of the Active Directory Domain.
|
String |
getFQDN()
The fully qualified domain name of the Active Directory Domain.
|
String |
getIAMRoleName()
The name of the IAM role to be used when making API calls to the Directory Service.
|
String |
getStatus()
The status of the DB instance's Active Directory Domain membership, such as joined, pending-join, failed etc).
|
int |
hashCode() |
void |
setDomain(String domain)
The identifier of the Active Directory Domain.
|
void |
setFQDN(String fQDN)
The fully qualified domain name of the Active Directory Domain.
|
void |
setIAMRoleName(String iAMRoleName)
The name of the IAM role to be used when making API calls to the Directory Service.
|
void |
setStatus(String status)
The status of the DB instance's Active Directory Domain membership, such as joined, pending-join, failed etc).
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DomainMembership |
withDomain(String domain)
The identifier of the Active Directory Domain.
|
DomainMembership |
withFQDN(String fQDN)
The fully qualified domain name of the Active Directory Domain.
|
DomainMembership |
withIAMRoleName(String iAMRoleName)
The name of the IAM role to be used when making API calls to the Directory Service.
|
DomainMembership |
withStatus(String status)
The status of the DB instance's Active Directory Domain membership, such as joined, pending-join, failed etc).
|
public void setDomain(String domain)
The identifier of the Active Directory Domain.
domain
- The identifier of the Active Directory Domain.public String getDomain()
The identifier of the Active Directory Domain.
public DomainMembership withDomain(String domain)
The identifier of the Active Directory Domain.
domain
- The identifier of the Active Directory Domain.public void setStatus(String status)
The status of the DB instance's Active Directory Domain membership, such as joined, pending-join, failed etc).
status
- The status of the DB instance's Active Directory Domain membership, such as joined, pending-join, failed
etc).public String getStatus()
The status of the DB instance's Active Directory Domain membership, such as joined, pending-join, failed etc).
public DomainMembership withStatus(String status)
The status of the DB instance's Active Directory Domain membership, such as joined, pending-join, failed etc).
status
- The status of the DB instance's Active Directory Domain membership, such as joined, pending-join, failed
etc).public void setFQDN(String fQDN)
The fully qualified domain name of the Active Directory Domain.
fQDN
- The fully qualified domain name of the Active Directory Domain.public String getFQDN()
The fully qualified domain name of the Active Directory Domain.
public DomainMembership withFQDN(String fQDN)
The fully qualified domain name of the Active Directory Domain.
fQDN
- The fully qualified domain name of the Active Directory Domain.public void setIAMRoleName(String iAMRoleName)
The name of the IAM role to be used when making API calls to the Directory Service.
iAMRoleName
- The name of the IAM role to be used when making API calls to the Directory Service.public String getIAMRoleName()
The name of the IAM role to be used when making API calls to the Directory Service.
public DomainMembership withIAMRoleName(String iAMRoleName)
The name of the IAM role to be used when making API calls to the Directory Service.
iAMRoleName
- The name of the IAM role to be used when making API calls to the Directory Service.public String toString()
toString
in class Object
Object.toString()
public DomainMembership clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.