@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AdvancedSecurityOptionsStatus extends Object implements Serializable, Cloneable, StructuredPojo
The status of advanced security options for the specified domain.
Constructor and Description |
---|
AdvancedSecurityOptionsStatus() |
Modifier and Type | Method and Description |
---|---|
AdvancedSecurityOptionsStatus |
clone() |
boolean |
equals(Object obj) |
AdvancedSecurityOptions |
getOptions()
Advanced security options for the specified domain.
|
OptionStatus |
getStatus()
Status of the advanced security options for the specified domain.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setOptions(AdvancedSecurityOptions options)
Advanced security options for the specified domain.
|
void |
setStatus(OptionStatus status)
Status of the advanced security options for the specified domain.
|
String |
toString()
Returns a string representation of this object.
|
AdvancedSecurityOptionsStatus |
withOptions(AdvancedSecurityOptions options)
Advanced security options for the specified domain.
|
AdvancedSecurityOptionsStatus |
withStatus(OptionStatus status)
Status of the advanced security options for the specified domain.
|
public void setOptions(AdvancedSecurityOptions options)
Advanced security options for the specified domain.
options
- Advanced security options for the specified domain.public AdvancedSecurityOptions getOptions()
Advanced security options for the specified domain.
public AdvancedSecurityOptionsStatus withOptions(AdvancedSecurityOptions options)
Advanced security options for the specified domain.
options
- Advanced security options for the specified domain.public void setStatus(OptionStatus status)
Status of the advanced security options for the specified domain.
status
- Status of the advanced security options for the specified domain.public OptionStatus getStatus()
Status of the advanced security options for the specified domain.
public AdvancedSecurityOptionsStatus withStatus(OptionStatus status)
Status of the advanced security options for the specified domain.
status
- Status of the advanced security options for the specified domain.public String toString()
toString
in class Object
Object.toString()
public AdvancedSecurityOptionsStatus clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.