@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 re-scan settings.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setRescanDurationState(EcrRescanDurationState rescanDurationState)
An object that contains details about the state of the ECR re-scan settings.
|
String |
toString()
Returns a string representation of this object.
|
EcrConfigurationState |
withRescanDurationState(EcrRescanDurationState rescanDurationState)
An object that contains details about the state of the ECR re-scan settings.
|
public void setRescanDurationState(EcrRescanDurationState rescanDurationState)
An object that contains details about the state of the ECR re-scan settings.
rescanDurationState
- An object that contains details about the state of the ECR re-scan settings.public EcrRescanDurationState getRescanDurationState()
An object that contains details about the state of the ECR re-scan settings.
public EcrConfigurationState withRescanDurationState(EcrRescanDurationState rescanDurationState)
An object that contains details about the state of the ECR re-scan settings.
rescanDurationState
- An object that contains details about the state of the ECR re-scan settings.public String toString()
toString
in class Object
Object.toString()
public EcrConfigurationState clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.