@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class IdentityProviderSummary extends Object implements Serializable, Cloneable, StructuredPojo
Describes an identity provider.
Constructor and Description |
---|
IdentityProviderSummary() |
Modifier and Type | Method and Description |
---|---|
IdentityProviderSummary |
clone() |
boolean |
equals(Object obj) |
String |
getFailureMessage()
The failure message associated with an identity provider.
|
IdentityProvider |
getIdentityProvider()
An object that specifies details for the identity provider.
|
String |
getProduct()
The name of the user-based subscription product.
|
Settings |
getSettings()
An object that details the registered identity provider’s product related configuration settings such as the
subnets to provision VPC endpoints.
|
String |
getStatus()
The status of an identity provider.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setFailureMessage(String failureMessage)
The failure message associated with an identity provider.
|
void |
setIdentityProvider(IdentityProvider identityProvider)
An object that specifies details for the identity provider.
|
void |
setProduct(String product)
The name of the user-based subscription product.
|
void |
setSettings(Settings settings)
An object that details the registered identity provider’s product related configuration settings such as the
subnets to provision VPC endpoints.
|
void |
setStatus(String status)
The status of an identity provider.
|
String |
toString()
Returns a string representation of this object.
|
IdentityProviderSummary |
withFailureMessage(String failureMessage)
The failure message associated with an identity provider.
|
IdentityProviderSummary |
withIdentityProvider(IdentityProvider identityProvider)
An object that specifies details for the identity provider.
|
IdentityProviderSummary |
withProduct(String product)
The name of the user-based subscription product.
|
IdentityProviderSummary |
withSettings(Settings settings)
An object that details the registered identity provider’s product related configuration settings such as the
subnets to provision VPC endpoints.
|
IdentityProviderSummary |
withStatus(String status)
The status of an identity provider.
|
public void setFailureMessage(String failureMessage)
The failure message associated with an identity provider.
failureMessage
- The failure message associated with an identity provider.public String getFailureMessage()
The failure message associated with an identity provider.
public IdentityProviderSummary withFailureMessage(String failureMessage)
The failure message associated with an identity provider.
failureMessage
- The failure message associated with an identity provider.public void setIdentityProvider(IdentityProvider identityProvider)
An object that specifies details for the identity provider.
identityProvider
- An object that specifies details for the identity provider.public IdentityProvider getIdentityProvider()
An object that specifies details for the identity provider.
public IdentityProviderSummary withIdentityProvider(IdentityProvider identityProvider)
An object that specifies details for the identity provider.
identityProvider
- An object that specifies details for the identity provider.public void setProduct(String product)
The name of the user-based subscription product.
product
- The name of the user-based subscription product.public String getProduct()
The name of the user-based subscription product.
public IdentityProviderSummary withProduct(String product)
The name of the user-based subscription product.
product
- The name of the user-based subscription product.public void setSettings(Settings settings)
An object that details the registered identity provider’s product related configuration settings such as the subnets to provision VPC endpoints.
settings
- An object that details the registered identity provider’s product related configuration settings such as
the subnets to provision VPC endpoints.public Settings getSettings()
An object that details the registered identity provider’s product related configuration settings such as the subnets to provision VPC endpoints.
public IdentityProviderSummary withSettings(Settings settings)
An object that details the registered identity provider’s product related configuration settings such as the subnets to provision VPC endpoints.
settings
- An object that details the registered identity provider’s product related configuration settings such as
the subnets to provision VPC endpoints.public void setStatus(String status)
The status of an identity provider.
status
- The status of an identity provider.public String getStatus()
The status of an identity provider.
public IdentityProviderSummary withStatus(String status)
The status of an identity provider.
status
- The status of an identity provider.public String toString()
toString
in class Object
Object.toString()
public IdentityProviderSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.