@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class MultipleOperatingModes extends Object implements Serializable, Cloneable, StructuredPojo
Entity that comprises information on operating modes in data.
| Constructor and Description |
|---|
MultipleOperatingModes() |
| Modifier and Type | Method and Description |
|---|---|
MultipleOperatingModes |
clone() |
boolean |
equals(Object obj) |
String |
getStatus()
Indicates whether there is a potential data issue related to having multiple operating modes.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setStatus(String status)
Indicates whether there is a potential data issue related to having multiple operating modes.
|
String |
toString()
Returns a string representation of this object.
|
MultipleOperatingModes |
withStatus(StatisticalIssueStatus status)
Indicates whether there is a potential data issue related to having multiple operating modes.
|
MultipleOperatingModes |
withStatus(String status)
Indicates whether there is a potential data issue related to having multiple operating modes.
|
public void setStatus(String status)
Indicates whether there is a potential data issue related to having multiple operating modes.
status - Indicates whether there is a potential data issue related to having multiple operating modes.StatisticalIssueStatuspublic String getStatus()
Indicates whether there is a potential data issue related to having multiple operating modes.
StatisticalIssueStatuspublic MultipleOperatingModes withStatus(String status)
Indicates whether there is a potential data issue related to having multiple operating modes.
status - Indicates whether there is a potential data issue related to having multiple operating modes.StatisticalIssueStatuspublic MultipleOperatingModes withStatus(StatisticalIssueStatus status)
Indicates whether there is a potential data issue related to having multiple operating modes.
status - Indicates whether there is a potential data issue related to having multiple operating modes.StatisticalIssueStatuspublic String toString()
toString in class ObjectObject.toString()public MultipleOperatingModes clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.