@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateEnvironmentRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateEnvironmentRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateEnvironmentRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDescription()
Any new or replacement description for the environment.
|
String |
getEnvironmentId()
The ID of the environment to change settings.
|
String |
getName()
A replacement name for the environment.
|
int |
hashCode() |
void |
setDescription(String description)
Any new or replacement description for the environment.
|
void |
setEnvironmentId(String environmentId)
The ID of the environment to change settings.
|
void |
setName(String name)
A replacement name for the environment.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
UpdateEnvironmentRequest |
withDescription(String description)
Any new or replacement description for the environment.
|
UpdateEnvironmentRequest |
withEnvironmentId(String environmentId)
The ID of the environment to change settings.
|
UpdateEnvironmentRequest |
withName(String name)
A replacement name for the environment.
|
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 setEnvironmentId(String environmentId)
The ID of the environment to change settings.
environmentId
- The ID of the environment to change settings.public String getEnvironmentId()
The ID of the environment to change settings.
public UpdateEnvironmentRequest withEnvironmentId(String environmentId)
The ID of the environment to change settings.
environmentId
- The ID of the environment to change settings.public void setName(String name)
A replacement name for the environment.
name
- A replacement name for the environment.public String getName()
A replacement name for the environment.
public UpdateEnvironmentRequest withName(String name)
A replacement name for the environment.
name
- A replacement name for the environment.public void setDescription(String description)
Any new or replacement description for the environment.
description
- Any new or replacement description for the environment.public String getDescription()
Any new or replacement description for the environment.
public UpdateEnvironmentRequest withDescription(String description)
Any new or replacement description for the environment.
description
- Any new or replacement description for the environment.public String toString()
toString
in class Object
Object.toString()
public UpdateEnvironmentRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.