@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class OpsEntity extends Object implements Serializable, Cloneable, StructuredPojo
The result of the query.
Constructor and Description |
---|
OpsEntity() |
Modifier and Type | Method and Description |
---|---|
OpsEntity |
addDataEntry(String key,
OpsEntityItem value)
Add a single Data entry
|
OpsEntity |
clearDataEntries()
Removes all the entries added into Data.
|
OpsEntity |
clone() |
boolean |
equals(Object obj) |
Map<String,OpsEntityItem> |
getData()
The data returned by the query.
|
String |
getId()
The query ID.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setData(Map<String,OpsEntityItem> data)
The data returned by the query.
|
void |
setId(String id)
The query ID.
|
String |
toString()
Returns a string representation of this object.
|
OpsEntity |
withData(Map<String,OpsEntityItem> data)
The data returned by the query.
|
OpsEntity |
withId(String id)
The query ID.
|
public void setId(String id)
The query ID.
id
- The query ID.public String getId()
The query ID.
public OpsEntity withId(String id)
The query ID.
id
- The query ID.public Map<String,OpsEntityItem> getData()
The data returned by the query.
public void setData(Map<String,OpsEntityItem> data)
The data returned by the query.
data
- The data returned by the query.public OpsEntity withData(Map<String,OpsEntityItem> data)
The data returned by the query.
data
- The data returned by the query.public OpsEntity addDataEntry(String key, OpsEntityItem value)
public OpsEntity clearDataEntries()
public String toString()
toString
in class Object
Object.toString()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2022. All rights reserved.