@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateSecurityConfigurationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreateSecurityConfigurationRequest() |
Modifier and Type | Method and Description |
---|---|
CreateSecurityConfigurationRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
EncryptionConfiguration |
getEncryptionConfiguration()
The encryption configuration for the new security configuration.
|
String |
getName()
The name for the new security configuration.
|
int |
hashCode() |
void |
setEncryptionConfiguration(EncryptionConfiguration encryptionConfiguration)
The encryption configuration for the new security configuration.
|
void |
setName(String name)
The name for the new security configuration.
|
String |
toString()
Returns a string representation of this object.
|
CreateSecurityConfigurationRequest |
withEncryptionConfiguration(EncryptionConfiguration encryptionConfiguration)
The encryption configuration for the new security configuration.
|
CreateSecurityConfigurationRequest |
withName(String name)
The name for the new 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, withSdkRequestTimeout
public void setName(String name)
The name for the new security configuration.
name
- The name for the new security configuration.public String getName()
The name for the new security configuration.
public CreateSecurityConfigurationRequest withName(String name)
The name for the new security configuration.
name
- The name for the new security configuration.public void setEncryptionConfiguration(EncryptionConfiguration encryptionConfiguration)
The encryption configuration for the new security configuration.
encryptionConfiguration
- The encryption configuration for the new security configuration.public EncryptionConfiguration getEncryptionConfiguration()
The encryption configuration for the new security configuration.
public CreateSecurityConfigurationRequest withEncryptionConfiguration(EncryptionConfiguration encryptionConfiguration)
The encryption configuration for the new security configuration.
encryptionConfiguration
- The encryption configuration for the new security configuration.public String toString()
toString
in class Object
Object.toString()
public CreateSecurityConfigurationRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()