@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, withSdkRequestTimeout
public 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.IdentityProviderType
public String getIdentityProviderType()
The type of identity provider.
IdentityProviderType
public UpdateIdentityProviderConfigurationRequest withIdentityProviderType(String identityProviderType)
The type of identity provider.
identityProviderType
- The type of identity provider.IdentityProviderType
public UpdateIdentityProviderConfigurationRequest withIdentityProviderType(IdentityProviderType identityProviderType)
The type of identity provider.
identityProviderType
- The type of identity provider.IdentityProviderType
public 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 Object
Object.toString()
public UpdateIdentityProviderConfigurationRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()