@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) |
Ec2Configuration |
getEc2Configuration()
Specifies how the Amazon EC2 automated scan will be updated for your environment.
|
EcrConfiguration |
getEcrConfiguration()
Specifies how the ECR automated re-scan will be updated for your environment.
|
int |
hashCode() |
void |
setEc2Configuration(Ec2Configuration ec2Configuration)
Specifies how the Amazon EC2 automated scan will be updated for your environment.
|
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 |
withEc2Configuration(Ec2Configuration ec2Configuration)
Specifies how the Amazon EC2 automated scan will be updated for your environment.
|
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, withSdkRequestTimeout
public void setEc2Configuration(Ec2Configuration ec2Configuration)
Specifies how the Amazon EC2 automated scan will be updated for your environment.
ec2Configuration
- Specifies how the Amazon EC2 automated scan will be updated for your environment.public Ec2Configuration getEc2Configuration()
Specifies how the Amazon EC2 automated scan will be updated for your environment.
public UpdateConfigurationRequest withEc2Configuration(Ec2Configuration ec2Configuration)
Specifies how the Amazon EC2 automated scan will be updated for your environment.
ec2Configuration
- Specifies how the Amazon EC2 automated scan will be updated for your environment.public 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 Object
Object.toString()
public UpdateConfigurationRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()