@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SAMLIdp extends Object implements Serializable, Cloneable, StructuredPojo
Specifies the SAML Identity Provider's 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 SAML Identity Provider.
|
String |
getMetadataContent()
The Metadata of the SAML application in xml format.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setEntityId(String entityId)
The unique Entity ID of the application in 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 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 SAML Identity Provider.
entityId
- The unique Entity ID of the application in SAML Identity Provider.public String getEntityId()
The unique Entity ID of the application in SAML Identity Provider.
public SAMLIdp withEntityId(String entityId)
The unique Entity ID of the application in SAML Identity Provider.
entityId
- The unique Entity ID of the application in SAML Identity Provider.public String toString()
toString
in class Object
Object.toString()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2023. All rights reserved.