@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ActiveDirectoryConfig extends Object implements Serializable, Cloneable, StructuredPojo
Information about the Active Directory config.
| Constructor and Description |
|---|
ActiveDirectoryConfig() |
| Modifier and Type | Method and Description |
|---|---|
ActiveDirectoryConfig |
clone() |
boolean |
equals(Object obj) |
String |
getDomainName()
The name of the domain.
|
String |
getServiceAccountSecretArn()
Indicates the secret ARN on the service account.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setDomainName(String domainName)
The name of the domain.
|
void |
setServiceAccountSecretArn(String serviceAccountSecretArn)
Indicates the secret ARN on the service account.
|
String |
toString()
Returns a string representation of this object.
|
ActiveDirectoryConfig |
withDomainName(String domainName)
The name of the domain.
|
ActiveDirectoryConfig |
withServiceAccountSecretArn(String serviceAccountSecretArn)
Indicates the secret ARN on the service account.
|
public void setDomainName(String domainName)
The name of the domain.
domainName - The name of the domain.public String getDomainName()
The name of the domain.
public ActiveDirectoryConfig withDomainName(String domainName)
The name of the domain.
domainName - The name of the domain.public void setServiceAccountSecretArn(String serviceAccountSecretArn)
Indicates the secret ARN on the service account.
serviceAccountSecretArn - Indicates the secret ARN on the service account.public String getServiceAccountSecretArn()
Indicates the secret ARN on the service account.
public ActiveDirectoryConfig withServiceAccountSecretArn(String serviceAccountSecretArn)
Indicates the secret ARN on the service account.
serviceAccountSecretArn - Indicates the secret ARN on the service account.public String toString()
toString in class ObjectObject.toString()public ActiveDirectoryConfig clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.