@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 or cluster.
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 Active Directory Domain membership for the DB instance or cluster.
|
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 Active Directory Domain membership for the DB instance or cluster.
|
String |
toString()
Returns a string representation of this object.
|
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 Active Directory Domain membership for the DB instance or cluster.
|
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 Active Directory Domain membership for the DB instance or cluster. Values include joined, pending-join, failed, and so on.
status
- The status of the Active Directory Domain membership for the DB instance or cluster. Values include
joined, pending-join, failed, and so on.public String getStatus()
The status of the Active Directory Domain membership for the DB instance or cluster. Values include joined, pending-join, failed, and so on.
public DomainMembership withStatus(String status)
The status of the Active Directory Domain membership for the DB instance or cluster. Values include joined, pending-join, failed, and so on.
status
- The status of the Active Directory Domain membership for the DB instance or cluster. Values include
joined, pending-join, failed, and so on.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()