@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateIdentityProviderConfigurationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
UpdateIdentityProviderConfigurationRequest() |
| Modifier and Type | Method and Description |
|---|---|
UpdateIdentityProviderConfigurationRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getFleetArn()
The ARN of the fleet.
|
String |
getIdentityProviderSamlMetadata()
The SAML metadata document provided by the customer’s identity provider.
|
String |
getIdentityProviderType()
The type of identity provider.
|
int |
hashCode() |
void |
setFleetArn(String fleetArn)
The ARN of the fleet.
|
void |
setIdentityProviderSamlMetadata(String identityProviderSamlMetadata)
The SAML metadata document provided by the customer’s identity provider.
|
void |
setIdentityProviderType(String identityProviderType)
The type of identity provider.
|
String |
toString()
Returns a string representation of this object.
|
UpdateIdentityProviderConfigurationRequest |
withFleetArn(String fleetArn)
The ARN of the fleet.
|
UpdateIdentityProviderConfigurationRequest |
withIdentityProviderSamlMetadata(String identityProviderSamlMetadata)
The SAML metadata document provided by the customer’s identity provider.
|
UpdateIdentityProviderConfigurationRequest |
withIdentityProviderType(IdentityProviderType identityProviderType)
The type of identity provider.
|
UpdateIdentityProviderConfigurationRequest |
withIdentityProviderType(String identityProviderType)
The type of identity provider.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic UpdateIdentityProviderConfigurationRequest()
public void setFleetArn(String fleetArn)
The ARN of the fleet.
fleetArn - The ARN of the fleet.public String getFleetArn()
The ARN of the fleet.
public UpdateIdentityProviderConfigurationRequest withFleetArn(String fleetArn)
The ARN of the fleet.
fleetArn - The ARN of the fleet.public void setIdentityProviderType(String identityProviderType)
The type of identity provider.
identityProviderType - The type of identity provider.IdentityProviderTypepublic String getIdentityProviderType()
The type of identity provider.
IdentityProviderTypepublic UpdateIdentityProviderConfigurationRequest withIdentityProviderType(String identityProviderType)
The type of identity provider.
identityProviderType - The type of identity provider.IdentityProviderTypepublic UpdateIdentityProviderConfigurationRequest withIdentityProviderType(IdentityProviderType identityProviderType)
The type of identity provider.
identityProviderType - The type of identity provider.IdentityProviderTypepublic void setIdentityProviderSamlMetadata(String identityProviderSamlMetadata)
The SAML metadata document provided by the customer’s identity provider. The existing IdentityProviderSamlMetadata is unset if null is passed.
identityProviderSamlMetadata - The SAML metadata document provided by the customer’s identity provider. The existing
IdentityProviderSamlMetadata is unset if null is passed.public String getIdentityProviderSamlMetadata()
The SAML metadata document provided by the customer’s identity provider. The existing IdentityProviderSamlMetadata is unset if null is passed.
public UpdateIdentityProviderConfigurationRequest withIdentityProviderSamlMetadata(String identityProviderSamlMetadata)
The SAML metadata document provided by the customer’s identity provider. The existing IdentityProviderSamlMetadata is unset if null is passed.
identityProviderSamlMetadata - The SAML metadata document provided by the customer’s identity provider. The existing
IdentityProviderSamlMetadata is unset if null is passed.public String toString()
toString in class ObjectObject.toString()public UpdateIdentityProviderConfigurationRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()