@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RelatedItem extends Object implements Serializable, Cloneable, StructuredPojo
Resources that responders use to triage and mitigate the incident.
| Constructor and Description |
|---|
RelatedItem() |
| Modifier and Type | Method and Description |
|---|---|
RelatedItem |
clone() |
boolean |
equals(Object obj) |
String |
getGeneratedId()
A unique ID for a
RelatedItem. |
ItemIdentifier |
getIdentifier()
Details about the related item.
|
String |
getTitle()
The title of the related item.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setGeneratedId(String generatedId)
A unique ID for a
RelatedItem. |
void |
setIdentifier(ItemIdentifier identifier)
Details about the related item.
|
void |
setTitle(String title)
The title of the related item.
|
String |
toString()
Returns a string representation of this object.
|
RelatedItem |
withGeneratedId(String generatedId)
A unique ID for a
RelatedItem. |
RelatedItem |
withIdentifier(ItemIdentifier identifier)
Details about the related item.
|
RelatedItem |
withTitle(String title)
The title of the related item.
|
public void setGeneratedId(String generatedId)
A unique ID for a RelatedItem.
Don't specify this parameter when you add a RelatedItem by using the UpdateRelatedItems API
action.
generatedId - A unique ID for a RelatedItem.
Don't specify this parameter when you add a RelatedItem by using the
UpdateRelatedItems API action.
public String getGeneratedId()
A unique ID for a RelatedItem.
Don't specify this parameter when you add a RelatedItem by using the UpdateRelatedItems API
action.
RelatedItem.
Don't specify this parameter when you add a RelatedItem by using the
UpdateRelatedItems API action.
public RelatedItem withGeneratedId(String generatedId)
A unique ID for a RelatedItem.
Don't specify this parameter when you add a RelatedItem by using the UpdateRelatedItems API
action.
generatedId - A unique ID for a RelatedItem.
Don't specify this parameter when you add a RelatedItem by using the
UpdateRelatedItems API action.
public void setIdentifier(ItemIdentifier identifier)
Details about the related item.
identifier - Details about the related item.public ItemIdentifier getIdentifier()
Details about the related item.
public RelatedItem withIdentifier(ItemIdentifier identifier)
Details about the related item.
identifier - Details about the related item.public void setTitle(String title)
The title of the related item.
title - The title of the related item.public String getTitle()
The title of the related item.
public RelatedItem withTitle(String title)
The title of the related item.
title - The title of the related item.public String toString()
toString in class ObjectObject.toString()public RelatedItem clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.