@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Ec2ConfigurationState extends Object implements Serializable, Cloneable, StructuredPojo
Details about the state of the EC2 scan configuration for your environment.
| Constructor and Description |
|---|
Ec2ConfigurationState() |
| Modifier and Type | Method and Description |
|---|---|
Ec2ConfigurationState |
clone() |
boolean |
equals(Object obj) |
Ec2ScanModeState |
getScanModeState()
An object that contains details about the state of the Amazon EC2 scan mode.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setScanModeState(Ec2ScanModeState scanModeState)
An object that contains details about the state of the Amazon EC2 scan mode.
|
String |
toString()
Returns a string representation of this object.
|
Ec2ConfigurationState |
withScanModeState(Ec2ScanModeState scanModeState)
An object that contains details about the state of the Amazon EC2 scan mode.
|
public void setScanModeState(Ec2ScanModeState scanModeState)
An object that contains details about the state of the Amazon EC2 scan mode.
scanModeState - An object that contains details about the state of the Amazon EC2 scan mode.public Ec2ScanModeState getScanModeState()
An object that contains details about the state of the Amazon EC2 scan mode.
public Ec2ConfigurationState withScanModeState(Ec2ScanModeState scanModeState)
An object that contains details about the state of the Amazon EC2 scan mode.
scanModeState - An object that contains details about the state of the Amazon EC2 scan mode.public String toString()
toString in class ObjectObject.toString()public Ec2ConfigurationState clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.