@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateConfigurationProfileRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateConfigurationProfileRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateConfigurationProfileRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getApplicationId()
The application ID.
|
String |
getConfigurationProfileId()
The ID of the configuration profile.
|
String |
getDescription()
A description of the configuration profile.
|
String |
getName()
The name of the configuration profile.
|
String |
getRetrievalRoleArn()
The ARN of an IAM role with permission to access the configuration at the specified
LocationUri . |
List<Validator> |
getValidators()
A list of methods for validating the configuration.
|
int |
hashCode() |
void |
setApplicationId(String applicationId)
The application ID.
|
void |
setConfigurationProfileId(String configurationProfileId)
The ID of the configuration profile.
|
void |
setDescription(String description)
A description of the configuration profile.
|
void |
setName(String name)
The name of the configuration profile.
|
void |
setRetrievalRoleArn(String retrievalRoleArn)
The ARN of an IAM role with permission to access the configuration at the specified
LocationUri . |
void |
setValidators(Collection<Validator> validators)
A list of methods for validating the configuration.
|
String |
toString()
Returns a string representation of this object.
|
UpdateConfigurationProfileRequest |
withApplicationId(String applicationId)
The application ID.
|
UpdateConfigurationProfileRequest |
withConfigurationProfileId(String configurationProfileId)
The ID of the configuration profile.
|
UpdateConfigurationProfileRequest |
withDescription(String description)
A description of the configuration profile.
|
UpdateConfigurationProfileRequest |
withName(String name)
The name of the configuration profile.
|
UpdateConfigurationProfileRequest |
withRetrievalRoleArn(String retrievalRoleArn)
The ARN of an IAM role with permission to access the configuration at the specified
LocationUri . |
UpdateConfigurationProfileRequest |
withValidators(Collection<Validator> validators)
A list of methods for validating the configuration.
|
UpdateConfigurationProfileRequest |
withValidators(Validator... validators)
A list of methods for validating the configuration.
|
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 setApplicationId(String applicationId)
The application ID.
applicationId
- The application ID.public String getApplicationId()
The application ID.
public UpdateConfigurationProfileRequest withApplicationId(String applicationId)
The application ID.
applicationId
- The application ID.public void setConfigurationProfileId(String configurationProfileId)
The ID of the configuration profile.
configurationProfileId
- The ID of the configuration profile.public String getConfigurationProfileId()
The ID of the configuration profile.
public UpdateConfigurationProfileRequest withConfigurationProfileId(String configurationProfileId)
The ID of the configuration profile.
configurationProfileId
- The ID of the configuration profile.public void setName(String name)
The name of the configuration profile.
name
- The name of the configuration profile.public String getName()
The name of the configuration profile.
public UpdateConfigurationProfileRequest withName(String name)
The name of the configuration profile.
name
- The name of the configuration profile.public void setDescription(String description)
A description of the configuration profile.
description
- A description of the configuration profile.public String getDescription()
A description of the configuration profile.
public UpdateConfigurationProfileRequest withDescription(String description)
A description of the configuration profile.
description
- A description of the configuration profile.public void setRetrievalRoleArn(String retrievalRoleArn)
The ARN of an IAM role with permission to access the configuration at the specified LocationUri
.
retrievalRoleArn
- The ARN of an IAM role with permission to access the configuration at the specified
LocationUri
.public String getRetrievalRoleArn()
The ARN of an IAM role with permission to access the configuration at the specified LocationUri
.
LocationUri
.public UpdateConfigurationProfileRequest withRetrievalRoleArn(String retrievalRoleArn)
The ARN of an IAM role with permission to access the configuration at the specified LocationUri
.
retrievalRoleArn
- The ARN of an IAM role with permission to access the configuration at the specified
LocationUri
.public List<Validator> getValidators()
A list of methods for validating the configuration.
public void setValidators(Collection<Validator> validators)
A list of methods for validating the configuration.
validators
- A list of methods for validating the configuration.public UpdateConfigurationProfileRequest withValidators(Validator... validators)
A list of methods for validating the configuration.
NOTE: This method appends the values to the existing list (if any). Use
setValidators(java.util.Collection)
or withValidators(java.util.Collection)
if you want to
override the existing values.
validators
- A list of methods for validating the configuration.public UpdateConfigurationProfileRequest withValidators(Collection<Validator> validators)
A list of methods for validating the configuration.
validators
- A list of methods for validating the configuration.public String toString()
toString
in class Object
Object.toString()
public UpdateConfigurationProfileRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()