@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) |
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 |
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 |
withIdentifier(ItemIdentifier identifier)
Details about the related item.
|
RelatedItem |
withTitle(String title)
The title of the related item.
|
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 Object
Object.toString()
public RelatedItem clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.