@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateConfigurationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
UpdateConfigurationRequest() |
| Modifier and Type | Method and Description |
|---|---|
UpdateConfigurationRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
EcrConfiguration |
getEcrConfiguration()
Specifies how the ECR automated re-scan will be updated for your environment.
|
int |
hashCode() |
void |
setEcrConfiguration(EcrConfiguration ecrConfiguration)
Specifies how the ECR automated re-scan will be updated for your environment.
|
String |
toString()
Returns a string representation of this object.
|
UpdateConfigurationRequest |
withEcrConfiguration(EcrConfiguration ecrConfiguration)
Specifies how the ECR automated re-scan will be updated for your environment.
|
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, withSdkRequestTimeoutpublic void setEcrConfiguration(EcrConfiguration ecrConfiguration)
Specifies how the ECR automated re-scan will be updated for your environment.
ecrConfiguration - Specifies how the ECR automated re-scan will be updated for your environment.public EcrConfiguration getEcrConfiguration()
Specifies how the ECR automated re-scan will be updated for your environment.
public UpdateConfigurationRequest withEcrConfiguration(EcrConfiguration ecrConfiguration)
Specifies how the ECR automated re-scan will be updated for your environment.
ecrConfiguration - Specifies how the ECR automated re-scan will be updated for your environment.public String toString()
toString in class ObjectObject.toString()public UpdateConfigurationRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()