@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class OpsEntityItem extends Object implements Serializable, Cloneable, StructuredPojo
The OpsItem summaries result item.
Constructor and Description |
---|
OpsEntityItem() |
Modifier and Type | Method and Description |
---|---|
OpsEntityItem |
clone() |
boolean |
equals(Object obj) |
String |
getCaptureTime()
The time OpsItem data was captured.
|
List<Map<String,String>> |
getContent()
The detailed data content for an OpsItem summaries result item.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCaptureTime(String captureTime)
The time OpsItem data was captured.
|
void |
setContent(Collection<Map<String,String>> content)
The detailed data content for an OpsItem summaries result item.
|
String |
toString()
Returns a string representation of this object.
|
OpsEntityItem |
withCaptureTime(String captureTime)
The time OpsItem data was captured.
|
OpsEntityItem |
withContent(Collection<Map<String,String>> content)
The detailed data content for an OpsItem summaries result item.
|
OpsEntityItem |
withContent(Map<String,String>... content)
The detailed data content for an OpsItem summaries result item.
|
public void setCaptureTime(String captureTime)
The time OpsItem data was captured.
captureTime
- The time OpsItem data was captured.public String getCaptureTime()
The time OpsItem data was captured.
public OpsEntityItem withCaptureTime(String captureTime)
The time OpsItem data was captured.
captureTime
- The time OpsItem data was captured.public List<Map<String,String>> getContent()
The detailed data content for an OpsItem summaries result item.
public void setContent(Collection<Map<String,String>> content)
The detailed data content for an OpsItem summaries result item.
content
- The detailed data content for an OpsItem summaries result item.public OpsEntityItem withContent(Map<String,String>... content)
The detailed data content for an OpsItem summaries result item.
NOTE: This method appends the values to the existing list (if any). Use
setContent(java.util.Collection)
or withContent(java.util.Collection)
if you want to override
the existing values.
content
- The detailed data content for an OpsItem summaries result item.public OpsEntityItem withContent(Collection<Map<String,String>> content)
The detailed data content for an OpsItem summaries result item.
content
- The detailed data content for an OpsItem summaries result item.public String toString()
toString
in class Object
Object.toString()
public OpsEntityItem 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.