@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetEnvironmentActionResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetEnvironmentActionResult() |
Modifier and Type | Method and Description |
---|---|
GetEnvironmentActionResult |
clone() |
boolean |
equals(Object obj) |
String |
getDescription()
The description of the environment action.
|
String |
getDomainId()
The ID of the Amazon DataZone domain in which the environment action lives.
|
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 ID of the Amazon DataZone domain in which the environment action lives.
|
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.
|
GetEnvironmentActionResult |
withDescription(String description)
The description of the environment action.
|
GetEnvironmentActionResult |
withDomainId(String domainId)
The ID of the Amazon DataZone domain in which the environment action lives.
|
GetEnvironmentActionResult |
withEnvironmentId(String environmentId)
The environment ID of the environment action.
|
GetEnvironmentActionResult |
withId(String id)
The ID of the environment action.
|
GetEnvironmentActionResult |
withName(String name)
The name of the environment action.
|
GetEnvironmentActionResult |
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 GetEnvironmentActionResult 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 Amazon DataZone domain in which the environment action lives.
domainId
- The ID of the Amazon DataZone domain in which the environment action lives.public String getDomainId()
The ID of the Amazon DataZone domain in which the environment action lives.
public GetEnvironmentActionResult withDomainId(String domainId)
The ID of the Amazon DataZone domain in which the environment action lives.
domainId
- The ID of the Amazon DataZone domain in which the environment action lives.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 GetEnvironmentActionResult 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 GetEnvironmentActionResult 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 GetEnvironmentActionResult 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 GetEnvironmentActionResult 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 GetEnvironmentActionResult clone()