@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateSecurityConfigRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
| CreateSecurityConfigRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| CreateSecurityConfigRequest | 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 | getDescription()
 A description of the security configuration. | 
| String | getName()
 The name of the security configuration. | 
| SamlConfigOptions | getSamlOptions()
 Describes SAML options in in the form of a key-value map. | 
| String | getType()
 The type of security configuration. | 
| int | hashCode() | 
| void | setClientToken(String clientToken)
 Unique, case-sensitive identifier to ensure idempotency of the request. | 
| void | setDescription(String description)
 A description of the security configuration. | 
| void | setName(String name)
 The name of the security configuration. | 
| void | setSamlOptions(SamlConfigOptions samlOptions)
 Describes SAML options in in the form of a key-value map. | 
| void | setType(String type)
 The type of security configuration. | 
| String | toString()Returns a string representation of this object. | 
| CreateSecurityConfigRequest | withClientToken(String clientToken)
 Unique, case-sensitive identifier to ensure idempotency of the request. | 
| CreateSecurityConfigRequest | withDescription(String description)
 A description of the security configuration. | 
| CreateSecurityConfigRequest | withName(String name)
 The name of the security configuration. | 
| CreateSecurityConfigRequest | withSamlOptions(SamlConfigOptions samlOptions)
 Describes SAML options in in the form of a key-value map. | 
| CreateSecurityConfigRequest | withType(SecurityConfigType type)
 The type of security configuration. | 
| CreateSecurityConfigRequest | withType(String type)
 The type of security configuration. | 
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 CreateSecurityConfigRequest 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 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 CreateSecurityConfigRequest withDescription(String description)
A description of the security configuration.
description - A description of the security configuration.public void setName(String name)
The name of the security configuration.
name - The name of the security configuration.public String getName()
The name of the security configuration.
public CreateSecurityConfigRequest withName(String name)
The name of the security configuration.
name - The name of the security configuration.public void setSamlOptions(SamlConfigOptions samlOptions)
 Describes SAML options in in the form of a key-value map. This field is required if you specify saml
 for the type parameter.
 
samlOptions - Describes SAML options in in the form of a key-value map. This field is required if you specify
        saml for the type parameter.public SamlConfigOptions getSamlOptions()
 Describes SAML options in in the form of a key-value map. This field is required if you specify saml
 for the type parameter.
 
saml for the type parameter.public CreateSecurityConfigRequest withSamlOptions(SamlConfigOptions samlOptions)
 Describes SAML options in in the form of a key-value map. This field is required if you specify saml
 for the type parameter.
 
samlOptions - Describes SAML options in in the form of a key-value map. This field is required if you specify
        saml for the type parameter.public void setType(String type)
The type of security configuration.
type - The type of security configuration.SecurityConfigTypepublic String getType()
The type of security configuration.
SecurityConfigTypepublic CreateSecurityConfigRequest withType(String type)
The type of security configuration.
type - The type of security configuration.SecurityConfigTypepublic CreateSecurityConfigRequest withType(SecurityConfigType type)
The type of security configuration.
type - The type of security configuration.SecurityConfigTypepublic String toString()
toString in class ObjectObject.toString()public CreateSecurityConfigRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()