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