@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DirectoryServiceAuthentication extends Object implements Serializable, Cloneable
Describes an Active Directory.
Constructor and Description |
---|
DirectoryServiceAuthentication() |
Modifier and Type | Method and Description |
---|---|
DirectoryServiceAuthentication |
clone() |
boolean |
equals(Object obj) |
String |
getDirectoryId()
The ID of the Active Directory used for authentication.
|
int |
hashCode() |
void |
setDirectoryId(String directoryId)
The ID of the Active Directory used for authentication.
|
String |
toString()
Returns a string representation of this object.
|
DirectoryServiceAuthentication |
withDirectoryId(String directoryId)
The ID of the Active Directory used for authentication.
|
public void setDirectoryId(String directoryId)
The ID of the Active Directory used for authentication.
directoryId
- The ID of the Active Directory used for authentication.public String getDirectoryId()
The ID of the Active Directory used for authentication.
public DirectoryServiceAuthentication withDirectoryId(String directoryId)
The ID of the Active Directory used for authentication.
directoryId
- The ID of the Active Directory used for authentication.public String toString()
toString
in class Object
Object.toString()
public DirectoryServiceAuthentication clone()