@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateEnvironmentActionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreateEnvironmentActionRequest() |
Modifier and Type | Method and Description |
---|---|
CreateEnvironmentActionRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDescription()
The description of the environment action that is being created in the environment.
|
String |
getDomainIdentifier()
The ID of the Amazon DataZone domain in which the environment action is created.
|
String |
getEnvironmentIdentifier()
The ID of the environment in which the environment action is created.
|
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 that is being created in the environment.
|
void |
setDomainIdentifier(String domainIdentifier)
The ID of the Amazon DataZone domain in which the environment action is created.
|
void |
setEnvironmentIdentifier(String environmentIdentifier)
The ID of the environment in which the environment action is created.
|
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.
|
CreateEnvironmentActionRequest |
withDescription(String description)
The description of the environment action that is being created in the environment.
|
CreateEnvironmentActionRequest |
withDomainIdentifier(String domainIdentifier)
The ID of the Amazon DataZone domain in which the environment action is created.
|
CreateEnvironmentActionRequest |
withEnvironmentIdentifier(String environmentIdentifier)
The ID of the environment in which the environment action is created.
|
CreateEnvironmentActionRequest |
withName(String name)
The name of the environment action.
|
CreateEnvironmentActionRequest |
withParameters(ActionParameters parameters)
The parameters of the environment action.
|
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 setDescription(String description)
The description of the environment action that is being created in the environment.
description
- The description of the environment action that is being created in the environment.public String getDescription()
The description of the environment action that is being created in the environment.
public CreateEnvironmentActionRequest withDescription(String description)
The description of the environment action that is being created in the environment.
description
- The description of the environment action that is being created in the environment.public void setDomainIdentifier(String domainIdentifier)
The ID of the Amazon DataZone domain in which the environment action is created.
domainIdentifier
- The ID of the Amazon DataZone domain in which the environment action is created.public String getDomainIdentifier()
The ID of the Amazon DataZone domain in which the environment action is created.
public CreateEnvironmentActionRequest withDomainIdentifier(String domainIdentifier)
The ID of the Amazon DataZone domain in which the environment action is created.
domainIdentifier
- The ID of the Amazon DataZone domain in which the environment action is created.public void setEnvironmentIdentifier(String environmentIdentifier)
The ID of the environment in which the environment action is created.
environmentIdentifier
- The ID of the environment in which the environment action is created.public String getEnvironmentIdentifier()
The ID of the environment in which the environment action is created.
public CreateEnvironmentActionRequest withEnvironmentIdentifier(String environmentIdentifier)
The ID of the environment in which the environment action is created.
environmentIdentifier
- The ID of the environment in which the environment action is created.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 CreateEnvironmentActionRequest 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 CreateEnvironmentActionRequest 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 CreateEnvironmentActionRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()