@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateLayerRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateLayerRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateLayerRequest |
addAttributesEntry(String key,
String value) |
UpdateLayerRequest |
clearAttributesEntries()
Removes all the entries added into Attributes.
|
UpdateLayerRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Map<String,String> |
getAttributes()
One or more user-defined key/value pairs to be added to the stack attributes.
|
Boolean |
getAutoAssignElasticIps()
Whether to automatically assign an Elastic IP address to
the layer's instances.
|
Boolean |
getAutoAssignPublicIps()
For stacks that are running in a VPC, whether to automatically assign a public IP address to the layer's
instances.
|
CloudWatchLogsConfiguration |
getCloudWatchLogsConfiguration()
Specifies CloudWatch Logs configuration options for the layer.
|
String |
getCustomInstanceProfileArn()
The ARN of an IAM profile to be used for all of the layer's EC2 instances.
|
String |
getCustomJson()
A JSON-formatted string containing custom stack configuration and deployment attributes to be installed on the
layer's instances.
|
Recipes |
getCustomRecipes()
A
LayerCustomRecipes object that specifies the layer's custom recipes. |
List<String> |
getCustomSecurityGroupIds()
An array containing the layer's custom security group IDs.
|
Boolean |
getEnableAutoHealing()
Whether to disable auto healing for the layer.
|
Boolean |
getInstallUpdatesOnBoot()
Whether to install operating system and package updates when the instance boots.
|
String |
getLayerId()
The layer ID.
|
LifecycleEventConfiguration |
getLifecycleEventConfiguration()
|
String |
getName()
The layer name, which is used by the console.
|
List<String> |
getPackages()
An array of
Package objects that describe the layer's packages. |
String |
getShortname()
For custom layers only, use this parameter to specify the layer's short name, which is used internally by AWS
OpsWorks Stacks and by Chef.
|
Boolean |
getUseEbsOptimizedInstances()
Whether to use Amazon EBS-optimized instances.
|
List<VolumeConfiguration> |
getVolumeConfigurations()
A
VolumeConfigurations object that describes the layer's Amazon EBS volumes. |
int |
hashCode() |
Boolean |
isAutoAssignElasticIps()
Whether to automatically assign an Elastic IP address to
the layer's instances.
|
Boolean |
isAutoAssignPublicIps()
For stacks that are running in a VPC, whether to automatically assign a public IP address to the layer's
instances.
|
Boolean |
isEnableAutoHealing()
Whether to disable auto healing for the layer.
|
Boolean |
isInstallUpdatesOnBoot()
Whether to install operating system and package updates when the instance boots.
|
Boolean |
isUseEbsOptimizedInstances()
Whether to use Amazon EBS-optimized instances.
|
void |
setAttributes(Map<String,String> attributes)
One or more user-defined key/value pairs to be added to the stack attributes.
|
void |
setAutoAssignElasticIps(Boolean autoAssignElasticIps)
Whether to automatically assign an Elastic IP address to
the layer's instances.
|
void |
setAutoAssignPublicIps(Boolean autoAssignPublicIps)
For stacks that are running in a VPC, whether to automatically assign a public IP address to the layer's
instances.
|
void |
setCloudWatchLogsConfiguration(CloudWatchLogsConfiguration cloudWatchLogsConfiguration)
Specifies CloudWatch Logs configuration options for the layer.
|
void |
setCustomInstanceProfileArn(String customInstanceProfileArn)
The ARN of an IAM profile to be used for all of the layer's EC2 instances.
|
void |
setCustomJson(String customJson)
A JSON-formatted string containing custom stack configuration and deployment attributes to be installed on the
layer's instances.
|
void |
setCustomRecipes(Recipes customRecipes)
A
LayerCustomRecipes object that specifies the layer's custom recipes. |
void |
setCustomSecurityGroupIds(Collection<String> customSecurityGroupIds)
An array containing the layer's custom security group IDs.
|
void |
setEnableAutoHealing(Boolean enableAutoHealing)
Whether to disable auto healing for the layer.
|
void |
setInstallUpdatesOnBoot(Boolean installUpdatesOnBoot)
Whether to install operating system and package updates when the instance boots.
|
void |
setLayerId(String layerId)
The layer ID.
|
void |
setLifecycleEventConfiguration(LifecycleEventConfiguration lifecycleEventConfiguration)
|
void |
setName(String name)
The layer name, which is used by the console.
|
void |
setPackages(Collection<String> packages)
An array of
Package objects that describe the layer's packages. |
void |
setShortname(String shortname)
For custom layers only, use this parameter to specify the layer's short name, which is used internally by AWS
OpsWorks Stacks and by Chef.
|
void |
setUseEbsOptimizedInstances(Boolean useEbsOptimizedInstances)
Whether to use Amazon EBS-optimized instances.
|
void |
setVolumeConfigurations(Collection<VolumeConfiguration> volumeConfigurations)
A
VolumeConfigurations object that describes the layer's Amazon EBS volumes. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
UpdateLayerRequest |
withAttributes(Map<String,String> attributes)
One or more user-defined key/value pairs to be added to the stack attributes.
|
UpdateLayerRequest |
withAutoAssignElasticIps(Boolean autoAssignElasticIps)
Whether to automatically assign an Elastic IP address to
the layer's instances.
|
UpdateLayerRequest |
withAutoAssignPublicIps(Boolean autoAssignPublicIps)
For stacks that are running in a VPC, whether to automatically assign a public IP address to the layer's
instances.
|
UpdateLayerRequest |
withCloudWatchLogsConfiguration(CloudWatchLogsConfiguration cloudWatchLogsConfiguration)
Specifies CloudWatch Logs configuration options for the layer.
|
UpdateLayerRequest |
withCustomInstanceProfileArn(String customInstanceProfileArn)
The ARN of an IAM profile to be used for all of the layer's EC2 instances.
|
UpdateLayerRequest |
withCustomJson(String customJson)
A JSON-formatted string containing custom stack configuration and deployment attributes to be installed on the
layer's instances.
|
UpdateLayerRequest |
withCustomRecipes(Recipes customRecipes)
A
LayerCustomRecipes object that specifies the layer's custom recipes. |
UpdateLayerRequest |
withCustomSecurityGroupIds(Collection<String> customSecurityGroupIds)
An array containing the layer's custom security group IDs.
|
UpdateLayerRequest |
withCustomSecurityGroupIds(String... customSecurityGroupIds)
An array containing the layer's custom security group IDs.
|
UpdateLayerRequest |
withEnableAutoHealing(Boolean enableAutoHealing)
Whether to disable auto healing for the layer.
|
UpdateLayerRequest |
withInstallUpdatesOnBoot(Boolean installUpdatesOnBoot)
Whether to install operating system and package updates when the instance boots.
|
UpdateLayerRequest |
withLayerId(String layerId)
The layer ID.
|
UpdateLayerRequest |
withLifecycleEventConfiguration(LifecycleEventConfiguration lifecycleEventConfiguration)
|
UpdateLayerRequest |
withName(String name)
The layer name, which is used by the console.
|
UpdateLayerRequest |
withPackages(Collection<String> packages)
An array of
Package objects that describe the layer's packages. |
UpdateLayerRequest |
withPackages(String... packages)
An array of
Package objects that describe the layer's packages. |
UpdateLayerRequest |
withShortname(String shortname)
For custom layers only, use this parameter to specify the layer's short name, which is used internally by AWS
OpsWorks Stacks and by Chef.
|
UpdateLayerRequest |
withUseEbsOptimizedInstances(Boolean useEbsOptimizedInstances)
Whether to use Amazon EBS-optimized instances.
|
UpdateLayerRequest |
withVolumeConfigurations(Collection<VolumeConfiguration> volumeConfigurations)
A
VolumeConfigurations object that describes the layer's Amazon EBS volumes. |
UpdateLayerRequest |
withVolumeConfigurations(VolumeConfiguration... volumeConfigurations)
A
VolumeConfigurations object that describes the layer's Amazon EBS volumes. |
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 setLayerId(String layerId)
The layer ID.
layerId
- The layer ID.public String getLayerId()
The layer ID.
public UpdateLayerRequest withLayerId(String layerId)
The layer ID.
layerId
- The layer ID.public void setName(String name)
The layer name, which is used by the console.
name
- The layer name, which is used by the console.public String getName()
The layer name, which is used by the console.
public UpdateLayerRequest withName(String name)
The layer name, which is used by the console.
name
- The layer name, which is used by the console.public void setShortname(String shortname)
For custom layers only, use this parameter to specify the layer's short name, which is used internally by AWS OpsWorks Stacks and by Chef. The short name is also used as the name for the directory where your app files are installed. It can have a maximum of 200 characters and must be in the following format: /\A[a-z0-9\-\_\.]+\Z/.
The built-in layers' short names are defined by AWS OpsWorks Stacks. For more information, see the Layer Reference
shortname
- For custom layers only, use this parameter to specify the layer's short name, which is used internally by
AWS OpsWorks Stacks and by Chef. The short name is also used as the name for the directory where your app
files are installed. It can have a maximum of 200 characters and must be in the following format:
/\A[a-z0-9\-\_\.]+\Z/.
The built-in layers' short names are defined by AWS OpsWorks Stacks. For more information, see the Layer Reference
public String getShortname()
For custom layers only, use this parameter to specify the layer's short name, which is used internally by AWS OpsWorks Stacks and by Chef. The short name is also used as the name for the directory where your app files are installed. It can have a maximum of 200 characters and must be in the following format: /\A[a-z0-9\-\_\.]+\Z/.
The built-in layers' short names are defined by AWS OpsWorks Stacks. For more information, see the Layer Reference
The built-in layers' short names are defined by AWS OpsWorks Stacks. For more information, see the Layer Reference
public UpdateLayerRequest withShortname(String shortname)
For custom layers only, use this parameter to specify the layer's short name, which is used internally by AWS OpsWorks Stacks and by Chef. The short name is also used as the name for the directory where your app files are installed. It can have a maximum of 200 characters and must be in the following format: /\A[a-z0-9\-\_\.]+\Z/.
The built-in layers' short names are defined by AWS OpsWorks Stacks. For more information, see the Layer Reference
shortname
- For custom layers only, use this parameter to specify the layer's short name, which is used internally by
AWS OpsWorks Stacks and by Chef. The short name is also used as the name for the directory where your app
files are installed. It can have a maximum of 200 characters and must be in the following format:
/\A[a-z0-9\-\_\.]+\Z/.
The built-in layers' short names are defined by AWS OpsWorks Stacks. For more information, see the Layer Reference
public Map<String,String> getAttributes()
One or more user-defined key/value pairs to be added to the stack attributes.
public void setAttributes(Map<String,String> attributes)
One or more user-defined key/value pairs to be added to the stack attributes.
attributes
- One or more user-defined key/value pairs to be added to the stack attributes.public UpdateLayerRequest withAttributes(Map<String,String> attributes)
One or more user-defined key/value pairs to be added to the stack attributes.
attributes
- One or more user-defined key/value pairs to be added to the stack attributes.public UpdateLayerRequest addAttributesEntry(String key, String value)
public UpdateLayerRequest clearAttributesEntries()
public void setCloudWatchLogsConfiguration(CloudWatchLogsConfiguration cloudWatchLogsConfiguration)
Specifies CloudWatch Logs configuration options for the layer. For more information, see CloudWatchLogsLogStream.
cloudWatchLogsConfiguration
- Specifies CloudWatch Logs configuration options for the layer. For more information, see
CloudWatchLogsLogStream.public CloudWatchLogsConfiguration getCloudWatchLogsConfiguration()
Specifies CloudWatch Logs configuration options for the layer. For more information, see CloudWatchLogsLogStream.
public UpdateLayerRequest withCloudWatchLogsConfiguration(CloudWatchLogsConfiguration cloudWatchLogsConfiguration)
Specifies CloudWatch Logs configuration options for the layer. For more information, see CloudWatchLogsLogStream.
cloudWatchLogsConfiguration
- Specifies CloudWatch Logs configuration options for the layer. For more information, see
CloudWatchLogsLogStream.public void setCustomInstanceProfileArn(String customInstanceProfileArn)
The ARN of an IAM profile to be used for all of the layer's EC2 instances. For more information about IAM ARNs, see Using Identifiers.
customInstanceProfileArn
- The ARN of an IAM profile to be used for all of the layer's EC2 instances. For more information about IAM
ARNs, see Using
Identifiers.public String getCustomInstanceProfileArn()
The ARN of an IAM profile to be used for all of the layer's EC2 instances. For more information about IAM ARNs, see Using Identifiers.
public UpdateLayerRequest withCustomInstanceProfileArn(String customInstanceProfileArn)
The ARN of an IAM profile to be used for all of the layer's EC2 instances. For more information about IAM ARNs, see Using Identifiers.
customInstanceProfileArn
- The ARN of an IAM profile to be used for all of the layer's EC2 instances. For more information about IAM
ARNs, see Using
Identifiers.public void setCustomJson(String customJson)
A JSON-formatted string containing custom stack configuration and deployment attributes to be installed on the layer's instances. For more information, see Using Custom JSON.
customJson
- A JSON-formatted string containing custom stack configuration and deployment attributes to be installed on
the layer's instances. For more information, see Using
Custom JSON.public String getCustomJson()
A JSON-formatted string containing custom stack configuration and deployment attributes to be installed on the layer's instances. For more information, see Using Custom JSON.
public UpdateLayerRequest withCustomJson(String customJson)
A JSON-formatted string containing custom stack configuration and deployment attributes to be installed on the layer's instances. For more information, see Using Custom JSON.
customJson
- A JSON-formatted string containing custom stack configuration and deployment attributes to be installed on
the layer's instances. For more information, see Using
Custom JSON.public List<String> getCustomSecurityGroupIds()
An array containing the layer's custom security group IDs.
public void setCustomSecurityGroupIds(Collection<String> customSecurityGroupIds)
An array containing the layer's custom security group IDs.
customSecurityGroupIds
- An array containing the layer's custom security group IDs.public UpdateLayerRequest withCustomSecurityGroupIds(String... customSecurityGroupIds)
An array containing the layer's custom security group IDs.
NOTE: This method appends the values to the existing list (if any). Use
setCustomSecurityGroupIds(java.util.Collection)
or
withCustomSecurityGroupIds(java.util.Collection)
if you want to override the existing values.
customSecurityGroupIds
- An array containing the layer's custom security group IDs.public UpdateLayerRequest withCustomSecurityGroupIds(Collection<String> customSecurityGroupIds)
An array containing the layer's custom security group IDs.
customSecurityGroupIds
- An array containing the layer's custom security group IDs.public List<String> getPackages()
An array of Package
objects that describe the layer's packages.
Package
objects that describe the layer's packages.public void setPackages(Collection<String> packages)
An array of Package
objects that describe the layer's packages.
packages
- An array of Package
objects that describe the layer's packages.public UpdateLayerRequest withPackages(String... packages)
An array of Package
objects that describe the layer's packages.
NOTE: This method appends the values to the existing list (if any). Use
setPackages(java.util.Collection)
or withPackages(java.util.Collection)
if you want to override
the existing values.
packages
- An array of Package
objects that describe the layer's packages.public UpdateLayerRequest withPackages(Collection<String> packages)
An array of Package
objects that describe the layer's packages.
packages
- An array of Package
objects that describe the layer's packages.public List<VolumeConfiguration> getVolumeConfigurations()
A VolumeConfigurations
object that describes the layer's Amazon EBS volumes.
VolumeConfigurations
object that describes the layer's Amazon EBS volumes.public void setVolumeConfigurations(Collection<VolumeConfiguration> volumeConfigurations)
A VolumeConfigurations
object that describes the layer's Amazon EBS volumes.
volumeConfigurations
- A VolumeConfigurations
object that describes the layer's Amazon EBS volumes.public UpdateLayerRequest withVolumeConfigurations(VolumeConfiguration... volumeConfigurations)
A VolumeConfigurations
object that describes the layer's Amazon EBS volumes.
NOTE: This method appends the values to the existing list (if any). Use
setVolumeConfigurations(java.util.Collection)
or withVolumeConfigurations(java.util.Collection)
if you want to override the existing values.
volumeConfigurations
- A VolumeConfigurations
object that describes the layer's Amazon EBS volumes.public UpdateLayerRequest withVolumeConfigurations(Collection<VolumeConfiguration> volumeConfigurations)
A VolumeConfigurations
object that describes the layer's Amazon EBS volumes.
volumeConfigurations
- A VolumeConfigurations
object that describes the layer's Amazon EBS volumes.public void setEnableAutoHealing(Boolean enableAutoHealing)
Whether to disable auto healing for the layer.
enableAutoHealing
- Whether to disable auto healing for the layer.public Boolean getEnableAutoHealing()
Whether to disable auto healing for the layer.
public UpdateLayerRequest withEnableAutoHealing(Boolean enableAutoHealing)
Whether to disable auto healing for the layer.
enableAutoHealing
- Whether to disable auto healing for the layer.public Boolean isEnableAutoHealing()
Whether to disable auto healing for the layer.
public void setAutoAssignElasticIps(Boolean autoAssignElasticIps)
Whether to automatically assign an Elastic IP address to the layer's instances. For more information, see How to Edit a Layer.
autoAssignElasticIps
- Whether to automatically assign an Elastic IP
address to the layer's instances. For more information, see How to Edit a
Layer.public Boolean getAutoAssignElasticIps()
Whether to automatically assign an Elastic IP address to the layer's instances. For more information, see How to Edit a Layer.
public UpdateLayerRequest withAutoAssignElasticIps(Boolean autoAssignElasticIps)
Whether to automatically assign an Elastic IP address to the layer's instances. For more information, see How to Edit a Layer.
autoAssignElasticIps
- Whether to automatically assign an Elastic IP
address to the layer's instances. For more information, see How to Edit a
Layer.public Boolean isAutoAssignElasticIps()
Whether to automatically assign an Elastic IP address to the layer's instances. For more information, see How to Edit a Layer.
public void setAutoAssignPublicIps(Boolean autoAssignPublicIps)
For stacks that are running in a VPC, whether to automatically assign a public IP address to the layer's instances. For more information, see How to Edit a Layer.
autoAssignPublicIps
- For stacks that are running in a VPC, whether to automatically assign a public IP address to the layer's
instances. For more information, see How to Edit a
Layer.public Boolean getAutoAssignPublicIps()
For stacks that are running in a VPC, whether to automatically assign a public IP address to the layer's instances. For more information, see How to Edit a Layer.
public UpdateLayerRequest withAutoAssignPublicIps(Boolean autoAssignPublicIps)
For stacks that are running in a VPC, whether to automatically assign a public IP address to the layer's instances. For more information, see How to Edit a Layer.
autoAssignPublicIps
- For stacks that are running in a VPC, whether to automatically assign a public IP address to the layer's
instances. For more information, see How to Edit a
Layer.public Boolean isAutoAssignPublicIps()
For stacks that are running in a VPC, whether to automatically assign a public IP address to the layer's instances. For more information, see How to Edit a Layer.
public void setCustomRecipes(Recipes customRecipes)
A LayerCustomRecipes
object that specifies the layer's custom recipes.
customRecipes
- A LayerCustomRecipes
object that specifies the layer's custom recipes.public Recipes getCustomRecipes()
A LayerCustomRecipes
object that specifies the layer's custom recipes.
LayerCustomRecipes
object that specifies the layer's custom recipes.public UpdateLayerRequest withCustomRecipes(Recipes customRecipes)
A LayerCustomRecipes
object that specifies the layer's custom recipes.
customRecipes
- A LayerCustomRecipes
object that specifies the layer's custom recipes.public void setInstallUpdatesOnBoot(Boolean installUpdatesOnBoot)
Whether to install operating system and package updates when the instance boots. The default value is
true
. To control when updates are installed, set this value to false
. You must then
update your instances manually by using CreateDeployment to run the update_dependencies
stack
command or manually running yum
(Amazon Linux) or apt-get
(Ubuntu) on the instances.
We strongly recommend using the default value of true
, to ensure that your instances have the latest
security updates.
installUpdatesOnBoot
- Whether to install operating system and package updates when the instance boots. The default value is
true
. To control when updates are installed, set this value to false
. You must
then update your instances manually by using CreateDeployment to run the
update_dependencies
stack command or manually running yum
(Amazon Linux) or
apt-get
(Ubuntu) on the instances.
We strongly recommend using the default value of true
, to ensure that your instances have the
latest security updates.
public Boolean getInstallUpdatesOnBoot()
Whether to install operating system and package updates when the instance boots. The default value is
true
. To control when updates are installed, set this value to false
. You must then
update your instances manually by using CreateDeployment to run the update_dependencies
stack
command or manually running yum
(Amazon Linux) or apt-get
(Ubuntu) on the instances.
We strongly recommend using the default value of true
, to ensure that your instances have the latest
security updates.
true
. To control when updates are installed, set this value to false
. You must
then update your instances manually by using CreateDeployment to run the
update_dependencies
stack command or manually running yum
(Amazon Linux) or
apt-get
(Ubuntu) on the instances.
We strongly recommend using the default value of true
, to ensure that your instances have
the latest security updates.
public UpdateLayerRequest withInstallUpdatesOnBoot(Boolean installUpdatesOnBoot)
Whether to install operating system and package updates when the instance boots. The default value is
true
. To control when updates are installed, set this value to false
. You must then
update your instances manually by using CreateDeployment to run the update_dependencies
stack
command or manually running yum
(Amazon Linux) or apt-get
(Ubuntu) on the instances.
We strongly recommend using the default value of true
, to ensure that your instances have the latest
security updates.
installUpdatesOnBoot
- Whether to install operating system and package updates when the instance boots. The default value is
true
. To control when updates are installed, set this value to false
. You must
then update your instances manually by using CreateDeployment to run the
update_dependencies
stack command or manually running yum
(Amazon Linux) or
apt-get
(Ubuntu) on the instances.
We strongly recommend using the default value of true
, to ensure that your instances have the
latest security updates.
public Boolean isInstallUpdatesOnBoot()
Whether to install operating system and package updates when the instance boots. The default value is
true
. To control when updates are installed, set this value to false
. You must then
update your instances manually by using CreateDeployment to run the update_dependencies
stack
command or manually running yum
(Amazon Linux) or apt-get
(Ubuntu) on the instances.
We strongly recommend using the default value of true
, to ensure that your instances have the latest
security updates.
true
. To control when updates are installed, set this value to false
. You must
then update your instances manually by using CreateDeployment to run the
update_dependencies
stack command or manually running yum
(Amazon Linux) or
apt-get
(Ubuntu) on the instances.
We strongly recommend using the default value of true
, to ensure that your instances have
the latest security updates.
public void setUseEbsOptimizedInstances(Boolean useEbsOptimizedInstances)
Whether to use Amazon EBS-optimized instances.
useEbsOptimizedInstances
- Whether to use Amazon EBS-optimized instances.public Boolean getUseEbsOptimizedInstances()
Whether to use Amazon EBS-optimized instances.
public UpdateLayerRequest withUseEbsOptimizedInstances(Boolean useEbsOptimizedInstances)
Whether to use Amazon EBS-optimized instances.
useEbsOptimizedInstances
- Whether to use Amazon EBS-optimized instances.public Boolean isUseEbsOptimizedInstances()
Whether to use Amazon EBS-optimized instances.
public void setLifecycleEventConfiguration(LifecycleEventConfiguration lifecycleEventConfiguration)
lifecycleEventConfiguration
- public LifecycleEventConfiguration getLifecycleEventConfiguration()
public UpdateLayerRequest withLifecycleEventConfiguration(LifecycleEventConfiguration lifecycleEventConfiguration)
lifecycleEventConfiguration
- public String toString()
toString
in class Object
Object.toString()
public UpdateLayerRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.