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