@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) |
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 ObjectObject.toString()public ActiveDirectoryIdentityProvider clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2025. All rights reserved.