@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SAMLIdp extends Object implements Serializable, Cloneable, StructuredPojo
The SAML identity povider information.
Constructor and Description |
---|
SAMLIdp() |
Modifier and Type | Method and Description |
---|---|
SAMLIdp |
clone() |
boolean |
equals(Object obj) |
String |
getEntityId()
The unique entity ID of the application in the SAML identity provider.
|
String |
getMetadataContent()
The metadata of the SAML application, in XML format.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setEntityId(String entityId)
The unique entity ID of the application in the SAML identity provider.
|
void |
setMetadataContent(String metadataContent)
The metadata of the SAML application, in XML format.
|
String |
toString()
Returns a string representation of this object.
|
SAMLIdp |
withEntityId(String entityId)
The unique entity ID of the application in the SAML identity provider.
|
SAMLIdp |
withMetadataContent(String metadataContent)
The metadata of the SAML application, in XML format.
|
public void setMetadataContent(String metadataContent)
The metadata of the SAML application, in XML format.
metadataContent
- The metadata of the SAML application, in XML format.public String getMetadataContent()
The metadata of the SAML application, in XML format.
public SAMLIdp withMetadataContent(String metadataContent)
The metadata of the SAML application, in XML format.
metadataContent
- The metadata of the SAML application, in XML format.public void setEntityId(String entityId)
The unique entity ID of the application in the SAML identity provider.
entityId
- The unique entity ID of the application in the SAML identity provider.public String getEntityId()
The unique entity ID of the application in the SAML identity provider.
public SAMLIdp withEntityId(String entityId)
The unique entity ID of the application in the SAML identity provider.
entityId
- The unique entity ID of the application in the SAML identity provider.public String toString()
toString
in class Object
Object.toString()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.