@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DetectorStateSummary extends Object implements Serializable, Cloneable, StructuredPojo
Information about the detector state.
Constructor and Description |
---|
DetectorStateSummary() |
Modifier and Type | Method and Description |
---|---|
DetectorStateSummary |
clone() |
boolean |
equals(Object obj) |
String |
getStateName()
The name of the state.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setStateName(String stateName)
The name of the state.
|
String |
toString()
Returns a string representation of this object.
|
DetectorStateSummary |
withStateName(String stateName)
The name of the state.
|
public void setStateName(String stateName)
The name of the state.
stateName
- The name of the state.public String getStateName()
The name of the state.
public DetectorStateSummary withStateName(String stateName)
The name of the state.
stateName
- The name of the state.public String toString()
toString
in class Object
Object.toString()
public DetectorStateSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.