@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class OpsEntityItem extends Object implements Serializable, Cloneable, StructuredPojo
The OpsData summary.
Constructor and Description |
---|
OpsEntityItem() |
Modifier and Type | Method and Description |
---|---|
OpsEntityItem |
clone() |
boolean |
equals(Object obj) |
String |
getCaptureTime()
The time the OpsData was captured.
|
List<Map<String,String>> |
getContent()
The details of an OpsData summary.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setCaptureTime(String captureTime)
The time the OpsData was captured.
|
void |
setContent(Collection<Map<String,String>> content)
The details of an OpsData summary.
|
String |
toString()
Returns a string representation of this object.
|
OpsEntityItem |
withCaptureTime(String captureTime)
The time the OpsData was captured.
|
OpsEntityItem |
withContent(Collection<Map<String,String>> content)
The details of an OpsData summary.
|
OpsEntityItem |
withContent(Map<String,String>... content)
The details of an OpsData summary.
|
public void setCaptureTime(String captureTime)
The time the OpsData was captured.
captureTime
- The time the OpsData was captured.public String getCaptureTime()
The time the OpsData was captured.
public OpsEntityItem withCaptureTime(String captureTime)
The time the OpsData was captured.
captureTime
- The time the OpsData was captured.public List<Map<String,String>> getContent()
The details of an OpsData summary.
public void setContent(Collection<Map<String,String>> content)
The details of an OpsData summary.
content
- The details of an OpsData summary.public OpsEntityItem withContent(Map<String,String>... content)
The details of an OpsData summary.
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 details of an OpsData summary.public OpsEntityItem withContent(Collection<Map<String,String>> content)
The details of an OpsData summary.
content
- The details of an OpsData summary.public String toString()
toString
in class Object
Object.toString()
public OpsEntityItem clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2022. All rights reserved.