@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateSecurityConfigRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
| UpdateSecurityConfigRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| UpdateSecurityConfigRequest | clone()Creates a shallow clone of this object for all fields except the handler context. | 
| boolean | equals(Object obj) | 
| String | getClientToken()
 Unique, case-sensitive identifier to ensure idempotency of the request. | 
| String | getConfigVersion()
 The version of the security configuration to be updated. | 
| String | getDescription()
 A description of the security configuration. | 
| String | getId()
 The security configuration identifier. | 
| SamlConfigOptions | getSamlOptions()
 SAML options in in the form of a key-value map. | 
| int | hashCode() | 
| void | setClientToken(String clientToken)
 Unique, case-sensitive identifier to ensure idempotency of the request. | 
| void | setConfigVersion(String configVersion)
 The version of the security configuration to be updated. | 
| void | setDescription(String description)
 A description of the security configuration. | 
| void | setId(String id)
 The security configuration identifier. | 
| void | setSamlOptions(SamlConfigOptions samlOptions)
 SAML options in in the form of a key-value map. | 
| String | toString()Returns a string representation of this object. | 
| UpdateSecurityConfigRequest | withClientToken(String clientToken)
 Unique, case-sensitive identifier to ensure idempotency of the request. | 
| UpdateSecurityConfigRequest | withConfigVersion(String configVersion)
 The version of the security configuration to be updated. | 
| UpdateSecurityConfigRequest | withDescription(String description)
 A description of the security configuration. | 
| UpdateSecurityConfigRequest | withId(String id)
 The security configuration identifier. | 
| UpdateSecurityConfigRequest | withSamlOptions(SamlConfigOptions samlOptions)
 SAML options in in the form of a key-value map. | 
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 void setClientToken(String clientToken)
Unique, case-sensitive identifier to ensure idempotency of the request.
clientToken - Unique, case-sensitive identifier to ensure idempotency of the request.public String getClientToken()
Unique, case-sensitive identifier to ensure idempotency of the request.
public UpdateSecurityConfigRequest withClientToken(String clientToken)
Unique, case-sensitive identifier to ensure idempotency of the request.
clientToken - Unique, case-sensitive identifier to ensure idempotency of the request.public void setConfigVersion(String configVersion)
 The version of the security configuration to be updated. You can find the most recent version of a security
 configuration using the GetSecurityPolicy command.
 
configVersion - The version of the security configuration to be updated. You can find the most recent version of a
        security configuration using the GetSecurityPolicy command.public String getConfigVersion()
 The version of the security configuration to be updated. You can find the most recent version of a security
 configuration using the GetSecurityPolicy command.
 
GetSecurityPolicy command.public UpdateSecurityConfigRequest withConfigVersion(String configVersion)
 The version of the security configuration to be updated. You can find the most recent version of a security
 configuration using the GetSecurityPolicy command.
 
configVersion - The version of the security configuration to be updated. You can find the most recent version of a
        security configuration using the GetSecurityPolicy command.public void setDescription(String description)
A description of the security configuration.
description - A description of the security configuration.public String getDescription()
A description of the security configuration.
public UpdateSecurityConfigRequest withDescription(String description)
A description of the security configuration.
description - A description of the security configuration.public void setId(String id)
 The security configuration identifier. For SAML the ID will be
 saml/<accountId>/<idpProviderName>. For example, saml/123456789123/OKTADev.
 
id - The security configuration identifier. For SAML the ID will be
        saml/<accountId>/<idpProviderName>. For example,
        saml/123456789123/OKTADev.public String getId()
 The security configuration identifier. For SAML the ID will be
 saml/<accountId>/<idpProviderName>. For example, saml/123456789123/OKTADev.
 
saml/<accountId>/<idpProviderName>. For example,
         saml/123456789123/OKTADev.public UpdateSecurityConfigRequest withId(String id)
 The security configuration identifier. For SAML the ID will be
 saml/<accountId>/<idpProviderName>. For example, saml/123456789123/OKTADev.
 
id - The security configuration identifier. For SAML the ID will be
        saml/<accountId>/<idpProviderName>. For example,
        saml/123456789123/OKTADev.public void setSamlOptions(SamlConfigOptions samlOptions)
SAML options in in the form of a key-value map.
samlOptions - SAML options in in the form of a key-value map.public SamlConfigOptions getSamlOptions()
SAML options in in the form of a key-value map.
public UpdateSecurityConfigRequest withSamlOptions(SamlConfigOptions samlOptions)
SAML options in in the form of a key-value map.
samlOptions - SAML options in in the form of a key-value map.public String toString()
toString in class ObjectObject.toString()public UpdateSecurityConfigRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()