@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateEnvironmentProfileRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateEnvironmentProfileRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateEnvironmentProfileRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAwsAccountId()
The Amazon Web Services account in which a specified environment profile is to be udpated.
|
String |
getAwsAccountRegion()
The Amazon Web Services Region in which a specified environment profile is to be updated.
|
String |
getDescription()
The description to be updated as part of the
UpdateEnvironmentProfile action. |
String |
getDomainIdentifier()
The identifier of the Amazon DataZone domain in which an environment profile is to be updated.
|
String |
getIdentifier()
The identifier of the environment profile that is to be updated.
|
String |
getName()
The name to be updated as part of the
UpdateEnvironmentProfile action. |
List<EnvironmentParameter> |
getUserParameters()
The user parameters to be updated as part of the
UpdateEnvironmentProfile action. |
int |
hashCode() |
void |
setAwsAccountId(String awsAccountId)
The Amazon Web Services account in which a specified environment profile is to be udpated.
|
void |
setAwsAccountRegion(String awsAccountRegion)
The Amazon Web Services Region in which a specified environment profile is to be updated.
|
void |
setDescription(String description)
The description to be updated as part of the
UpdateEnvironmentProfile action. |
void |
setDomainIdentifier(String domainIdentifier)
The identifier of the Amazon DataZone domain in which an environment profile is to be updated.
|
void |
setIdentifier(String identifier)
The identifier of the environment profile that is to be updated.
|
void |
setName(String name)
The name to be updated as part of the
UpdateEnvironmentProfile action. |
void |
setUserParameters(Collection<EnvironmentParameter> userParameters)
The user parameters to be updated as part of the
UpdateEnvironmentProfile action. |
String |
toString()
Returns a string representation of this object.
|
UpdateEnvironmentProfileRequest |
withAwsAccountId(String awsAccountId)
The Amazon Web Services account in which a specified environment profile is to be udpated.
|
UpdateEnvironmentProfileRequest |
withAwsAccountRegion(String awsAccountRegion)
The Amazon Web Services Region in which a specified environment profile is to be updated.
|
UpdateEnvironmentProfileRequest |
withDescription(String description)
The description to be updated as part of the
UpdateEnvironmentProfile action. |
UpdateEnvironmentProfileRequest |
withDomainIdentifier(String domainIdentifier)
The identifier of the Amazon DataZone domain in which an environment profile is to be updated.
|
UpdateEnvironmentProfileRequest |
withIdentifier(String identifier)
The identifier of the environment profile that is to be updated.
|
UpdateEnvironmentProfileRequest |
withName(String name)
The name to be updated as part of the
UpdateEnvironmentProfile action. |
UpdateEnvironmentProfileRequest |
withUserParameters(Collection<EnvironmentParameter> userParameters)
The user parameters to be updated as part of the
UpdateEnvironmentProfile action. |
UpdateEnvironmentProfileRequest |
withUserParameters(EnvironmentParameter... userParameters)
The user parameters to be updated as part of the
UpdateEnvironmentProfile 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 setAwsAccountId(String awsAccountId)
The Amazon Web Services account in which a specified environment profile is to be udpated.
awsAccountId
- The Amazon Web Services account in which a specified environment profile is to be udpated.public String getAwsAccountId()
The Amazon Web Services account in which a specified environment profile is to be udpated.
public UpdateEnvironmentProfileRequest withAwsAccountId(String awsAccountId)
The Amazon Web Services account in which a specified environment profile is to be udpated.
awsAccountId
- The Amazon Web Services account in which a specified environment profile is to be udpated.public void setAwsAccountRegion(String awsAccountRegion)
The Amazon Web Services Region in which a specified environment profile is to be updated.
awsAccountRegion
- The Amazon Web Services Region in which a specified environment profile is to be updated.public String getAwsAccountRegion()
The Amazon Web Services Region in which a specified environment profile is to be updated.
public UpdateEnvironmentProfileRequest withAwsAccountRegion(String awsAccountRegion)
The Amazon Web Services Region in which a specified environment profile is to be updated.
awsAccountRegion
- The Amazon Web Services Region in which a specified environment profile is to be updated.public void setDescription(String description)
The description to be updated as part of the UpdateEnvironmentProfile
action.
description
- The description to be updated as part of the UpdateEnvironmentProfile
action.public String getDescription()
The description to be updated as part of the UpdateEnvironmentProfile
action.
UpdateEnvironmentProfile
action.public UpdateEnvironmentProfileRequest withDescription(String description)
The description to be updated as part of the UpdateEnvironmentProfile
action.
description
- The description to be updated as part of the UpdateEnvironmentProfile
action.public void setDomainIdentifier(String domainIdentifier)
The identifier of the Amazon DataZone domain in which an environment profile is to be updated.
domainIdentifier
- The identifier of the Amazon DataZone domain in which an environment profile is to be updated.public String getDomainIdentifier()
The identifier of the Amazon DataZone domain in which an environment profile is to be updated.
public UpdateEnvironmentProfileRequest withDomainIdentifier(String domainIdentifier)
The identifier of the Amazon DataZone domain in which an environment profile is to be updated.
domainIdentifier
- The identifier of the Amazon DataZone domain in which an environment profile is to be updated.public void setIdentifier(String identifier)
The identifier of the environment profile that is to be updated.
identifier
- The identifier of the environment profile that is to be updated.public String getIdentifier()
The identifier of the environment profile that is to be updated.
public UpdateEnvironmentProfileRequest withIdentifier(String identifier)
The identifier of the environment profile that is to be updated.
identifier
- The identifier of the environment profile that is to be updated.public void setName(String name)
The name to be updated as part of the UpdateEnvironmentProfile
action.
name
- The name to be updated as part of the UpdateEnvironmentProfile
action.public String getName()
The name to be updated as part of the UpdateEnvironmentProfile
action.
UpdateEnvironmentProfile
action.public UpdateEnvironmentProfileRequest withName(String name)
The name to be updated as part of the UpdateEnvironmentProfile
action.
name
- The name to be updated as part of the UpdateEnvironmentProfile
action.public List<EnvironmentParameter> getUserParameters()
The user parameters to be updated as part of the UpdateEnvironmentProfile
action.
UpdateEnvironmentProfile
action.public void setUserParameters(Collection<EnvironmentParameter> userParameters)
The user parameters to be updated as part of the UpdateEnvironmentProfile
action.
userParameters
- The user parameters to be updated as part of the UpdateEnvironmentProfile
action.public UpdateEnvironmentProfileRequest withUserParameters(EnvironmentParameter... userParameters)
The user parameters to be updated as part of the UpdateEnvironmentProfile
action.
NOTE: This method appends the values to the existing list (if any). Use
setUserParameters(java.util.Collection)
or withUserParameters(java.util.Collection)
if you want
to override the existing values.
userParameters
- The user parameters to be updated as part of the UpdateEnvironmentProfile
action.public UpdateEnvironmentProfileRequest withUserParameters(Collection<EnvironmentParameter> userParameters)
The user parameters to be updated as part of the UpdateEnvironmentProfile
action.
userParameters
- The user parameters to be updated as part of the UpdateEnvironmentProfile
action.public String toString()
toString
in class Object
Object.toString()
public UpdateEnvironmentProfileRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()