@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateEnvironmentActionResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
UpdateEnvironmentActionResult () |
| Modifier and Type | Method and Description |
|---|---|
UpdateEnvironmentActionResult |
clone () |
boolean |
equals (Object obj) |
String |
getDescription ()
The description of the environment action.
|
String |
getDomainId ()
The domain ID of the environment action.
|
String |
getEnvironmentId ()
The environment ID of the environment action.
|
String |
getId ()
The ID of the environment action.
|
String |
getName ()
The name of the environment action.
|
ActionParameters |
getParameters ()
The parameters of the environment action.
|
int |
hashCode () |
void |
setDescription (String description)
The description of the environment action.
|
void |
setDomainId (String domainId)
The domain ID of the environment action.
|
void |
setEnvironmentId (String environmentId)
The environment ID of the environment action.
|
void |
setId (String id)
The ID of the environment action.
|
void |
setName (String name)
The name of the environment action.
|
void |
setParameters (ActionParameters parameters)
The parameters of the environment action.
|
String |
toString ()
Returns a string representation of this object.
|
UpdateEnvironmentActionResult |
withDescription (String description)
The description of the environment action.
|
UpdateEnvironmentActionResult |
withDomainId (String domainId)
The domain ID of the environment action.
|
UpdateEnvironmentActionResult |
withEnvironmentId (String environmentId)
The environment ID of the environment action.
|
UpdateEnvironmentActionResult |
withId (String id)
The ID of the environment action.
|
UpdateEnvironmentActionResult |
withName (String name)
The name of the environment action.
|
UpdateEnvironmentActionResult |
withParameters (ActionParameters parameters)
The parameters of the environment action.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata public UpdateEnvironmentActionResult()
public void setDescription(String description)
The description of the environment action.
description - The description of the environment action.public String getDescription()
The description of the environment action.
public UpdateEnvironmentActionResult withDescription(String description)
The description of the environment action.
description - The description of the environment action.public void setDomainId(String domainId)
The domain ID of the environment action.
domainId - The domain ID of the environment action.public String getDomainId()
The domain ID of the environment action.
public UpdateEnvironmentActionResult withDomainId(String domainId)
The domain ID of the environment action.
domainId - The domain ID of the environment action.public void setEnvironmentId(String environmentId)
The environment ID of the environment action.
environmentId - The environment ID of the environment action.public String getEnvironmentId()
The environment ID of the environment action.
public UpdateEnvironmentActionResult withEnvironmentId(String environmentId)
The environment ID of the environment action.
environmentId - The environment ID of the environment action.public void setId(String id)
The ID of the environment action.
id - The ID of the environment action.public String getId()
The ID of the environment action.
public UpdateEnvironmentActionResult withId(String id)
The ID of the environment action.
id - The ID of the environment action.public void setName(String name)
The name of the environment action.
name - The name of the environment action.public String getName()
The name of the environment action.
public UpdateEnvironmentActionResult withName(String name)
The name of the environment action.
name - The name of the environment action.public void setParameters(ActionParameters parameters)
The parameters of the environment action.
parameters - The parameters of the environment action.public ActionParameters getParameters()
The parameters of the environment action.
public UpdateEnvironmentActionResult withParameters(ActionParameters parameters)
The parameters of the environment action.
parameters - The parameters of the environment action.public String toString()
toString in class Object Object.toString() public UpdateEnvironmentActionResult clone()