@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RelatedOpsItem extends Object implements Serializable, Cloneable, StructuredPojo
An OpsItems that shares something in common with the current OpsItem. For example, related OpsItems can include OpsItems with similar error messages, impacted resources, or statuses for the impacted resource.
| Constructor and Description |
|---|
RelatedOpsItem() |
| Modifier and Type | Method and Description |
|---|---|
RelatedOpsItem |
clone() |
boolean |
equals(Object obj) |
String |
getOpsItemId()
The ID of an OpsItem related to the current OpsItem.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setOpsItemId(String opsItemId)
The ID of an OpsItem related to the current OpsItem.
|
String |
toString()
Returns a string representation of this object.
|
RelatedOpsItem |
withOpsItemId(String opsItemId)
The ID of an OpsItem related to the current OpsItem.
|
public void setOpsItemId(String opsItemId)
The ID of an OpsItem related to the current OpsItem.
opsItemId - The ID of an OpsItem related to the current OpsItem.public String getOpsItemId()
The ID of an OpsItem related to the current OpsItem.
public RelatedOpsItem withOpsItemId(String opsItemId)
The ID of an OpsItem related to the current OpsItem.
opsItemId - The ID of an OpsItem related to the current OpsItem.public String toString()
toString in class ObjectObject.toString()public RelatedOpsItem clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.