@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ActiveDirectoryIdentityProvider extends Object implements Serializable, Cloneable, StructuredPojo
Details about an Active Directory identity provider.
Constructor and Description |
---|
ActiveDirectoryIdentityProvider() |
Modifier and Type | Method and Description |
---|---|
ActiveDirectoryIdentityProvider |
clone() |
boolean |
equals(Object obj) |
String |
getDirectoryId()
The directory ID for an Active Directory identity provider.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setDirectoryId(String directoryId)
The directory ID for an Active Directory identity provider.
|
String |
toString()
Returns a string representation of this object.
|
ActiveDirectoryIdentityProvider |
withDirectoryId(String directoryId)
The directory ID for an Active Directory identity provider.
|
public void setDirectoryId(String directoryId)
The directory ID for an Active Directory identity provider.
directoryId
- The directory ID for an Active Directory identity provider.public String getDirectoryId()
The directory ID for an Active Directory identity provider.
public ActiveDirectoryIdentityProvider withDirectoryId(String directoryId)
The directory ID for an Active Directory identity provider.
directoryId
- The directory ID for an Active Directory identity provider.public String toString()
toString
in class Object
Object.toString()
public ActiveDirectoryIdentityProvider clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.