@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateEnvironmentActionResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateEnvironmentActionResult() |
Modifier and Type | Method and Description |
---|---|
CreateEnvironmentActionResult |
clone() |
boolean |
equals(Object obj) |
String |
getDescription()
The description of the environment action.
|
String |
getDomainId()
The ID of the domain in which the environment action is created.
|
String |
getEnvironmentId()
The ID of the environment in which the environment is created.
|
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 ID of the domain in which the environment action is created.
|
void |
setEnvironmentId(String environmentId)
The ID of the environment in which the environment is created.
|
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.
|
CreateEnvironmentActionResult |
withDescription(String description)
The description of the environment action.
|
CreateEnvironmentActionResult |
withDomainId(String domainId)
The ID of the domain in which the environment action is created.
|
CreateEnvironmentActionResult |
withEnvironmentId(String environmentId)
The ID of the environment in which the environment is created.
|
CreateEnvironmentActionResult |
withId(String id)
The ID of the environment action.
|
CreateEnvironmentActionResult |
withName(String name)
The name of the environment action.
|
CreateEnvironmentActionResult |
withParameters(ActionParameters parameters)
The parameters of the environment action.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
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 CreateEnvironmentActionResult withDescription(String description)
The description of the environment action.
description
- The description of the environment action.public void setDomainId(String domainId)
The ID of the domain in which the environment action is created.
domainId
- The ID of the domain in which the environment action is created.public String getDomainId()
The ID of the domain in which the environment action is created.
public CreateEnvironmentActionResult withDomainId(String domainId)
The ID of the domain in which the environment action is created.
domainId
- The ID of the domain in which the environment action is created.public void setEnvironmentId(String environmentId)
The ID of the environment in which the environment is created.
environmentId
- The ID of the environment in which the environment is created.public String getEnvironmentId()
The ID of the environment in which the environment is created.
public CreateEnvironmentActionResult withEnvironmentId(String environmentId)
The ID of the environment in which the environment is created.
environmentId
- The ID of the environment in which the environment is created.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 CreateEnvironmentActionResult 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 CreateEnvironmentActionResult 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 CreateEnvironmentActionResult 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 CreateEnvironmentActionResult clone()