@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AssociateEnvironmentRoleRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
AssociateEnvironmentRoleRequest() |
Modifier and Type | Method and Description |
---|---|
AssociateEnvironmentRoleRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDomainIdentifier()
The ID of the Amazon DataZone domain in which the environment role is associated.
|
String |
getEnvironmentIdentifier()
The ID of the Amazon DataZone environment.
|
String |
getEnvironmentRoleArn()
The ARN of the environment role.
|
int |
hashCode() |
void |
setDomainIdentifier(String domainIdentifier)
The ID of the Amazon DataZone domain in which the environment role is associated.
|
void |
setEnvironmentIdentifier(String environmentIdentifier)
The ID of the Amazon DataZone environment.
|
void |
setEnvironmentRoleArn(String environmentRoleArn)
The ARN of the environment role.
|
String |
toString()
Returns a string representation of this object.
|
AssociateEnvironmentRoleRequest |
withDomainIdentifier(String domainIdentifier)
The ID of the Amazon DataZone domain in which the environment role is associated.
|
AssociateEnvironmentRoleRequest |
withEnvironmentIdentifier(String environmentIdentifier)
The ID of the Amazon DataZone environment.
|
AssociateEnvironmentRoleRequest |
withEnvironmentRoleArn(String environmentRoleArn)
The ARN of the environment role.
|
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 setDomainIdentifier(String domainIdentifier)
The ID of the Amazon DataZone domain in which the environment role is associated.
domainIdentifier
- The ID of the Amazon DataZone domain in which the environment role is associated.public String getDomainIdentifier()
The ID of the Amazon DataZone domain in which the environment role is associated.
public AssociateEnvironmentRoleRequest withDomainIdentifier(String domainIdentifier)
The ID of the Amazon DataZone domain in which the environment role is associated.
domainIdentifier
- The ID of the Amazon DataZone domain in which the environment role is associated.public void setEnvironmentIdentifier(String environmentIdentifier)
The ID of the Amazon DataZone environment.
environmentIdentifier
- The ID of the Amazon DataZone environment.public String getEnvironmentIdentifier()
The ID of the Amazon DataZone environment.
public AssociateEnvironmentRoleRequest withEnvironmentIdentifier(String environmentIdentifier)
The ID of the Amazon DataZone environment.
environmentIdentifier
- The ID of the Amazon DataZone environment.public void setEnvironmentRoleArn(String environmentRoleArn)
The ARN of the environment role.
environmentRoleArn
- The ARN of the environment role.public String getEnvironmentRoleArn()
The ARN of the environment role.
public AssociateEnvironmentRoleRequest withEnvironmentRoleArn(String environmentRoleArn)
The ARN of the environment role.
environmentRoleArn
- The ARN of the environment role.public String toString()
toString
in class Object
Object.toString()
public AssociateEnvironmentRoleRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()