@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class EcrConfigurationState extends Object implements Serializable, Cloneable, StructuredPojo
Details about the state of the ECR scans for your environment.
| Constructor and Description |
|---|
EcrConfigurationState() |
| Modifier and Type | Method and Description |
|---|---|
EcrConfigurationState |
clone() |
boolean |
equals(Object obj) |
EcrRescanDurationState |
getRescanDurationState()
An object that contains details about the state of the ECR automated re-scan setting.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setRescanDurationState(EcrRescanDurationState rescanDurationState)
An object that contains details about the state of the ECR automated re-scan setting.
|
String |
toString()
Returns a string representation of this object.
|
EcrConfigurationState |
withRescanDurationState(EcrRescanDurationState rescanDurationState)
An object that contains details about the state of the ECR automated re-scan setting.
|
public void setRescanDurationState(EcrRescanDurationState rescanDurationState)
An object that contains details about the state of the ECR automated re-scan setting.
rescanDurationState - An object that contains details about the state of the ECR automated re-scan setting.public EcrRescanDurationState getRescanDurationState()
An object that contains details about the state of the ECR automated re-scan setting.
public EcrConfigurationState withRescanDurationState(EcrRescanDurationState rescanDurationState)
An object that contains details about the state of the ECR automated re-scan setting.
rescanDurationState - An object that contains details about the state of the ECR automated re-scan setting.public String toString()
toString in class ObjectObject.toString()public EcrConfigurationState clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2023. All rights reserved.