@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateRelatedItemsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateRelatedItemsRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateRelatedItemsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getClientToken()
A token ensuring that the action is called only once with the specified details.
|
String |
getIncidentRecordArn()
The Amazon Resource Name (ARN) of the incident record you are updating related items in.
|
RelatedItemsUpdate |
getRelatedItemsUpdate()
Details about the item you are adding or deleting.
|
int |
hashCode() |
void |
setClientToken(String clientToken)
A token ensuring that the action is called only once with the specified details.
|
void |
setIncidentRecordArn(String incidentRecordArn)
The Amazon Resource Name (ARN) of the incident record you are updating related items in.
|
void |
setRelatedItemsUpdate(RelatedItemsUpdate relatedItemsUpdate)
Details about the item you are adding or deleting.
|
String |
toString()
Returns a string representation of this object.
|
UpdateRelatedItemsRequest |
withClientToken(String clientToken)
A token ensuring that the action is called only once with the specified details.
|
UpdateRelatedItemsRequest |
withIncidentRecordArn(String incidentRecordArn)
The Amazon Resource Name (ARN) of the incident record you are updating related items in.
|
UpdateRelatedItemsRequest |
withRelatedItemsUpdate(RelatedItemsUpdate relatedItemsUpdate)
Details about the item you are adding or deleting.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setClientToken(String clientToken)
A token ensuring that the action is called only once with the specified details.
clientToken
- A token ensuring that the action is called only once with the specified details.public String getClientToken()
A token ensuring that the action is called only once with the specified details.
public UpdateRelatedItemsRequest withClientToken(String clientToken)
A token ensuring that the action is called only once with the specified details.
clientToken
- A token ensuring that the action is called only once with the specified details.public void setIncidentRecordArn(String incidentRecordArn)
The Amazon Resource Name (ARN) of the incident record you are updating related items in.
incidentRecordArn
- The Amazon Resource Name (ARN) of the incident record you are updating related items in.public String getIncidentRecordArn()
The Amazon Resource Name (ARN) of the incident record you are updating related items in.
public UpdateRelatedItemsRequest withIncidentRecordArn(String incidentRecordArn)
The Amazon Resource Name (ARN) of the incident record you are updating related items in.
incidentRecordArn
- The Amazon Resource Name (ARN) of the incident record you are updating related items in.public void setRelatedItemsUpdate(RelatedItemsUpdate relatedItemsUpdate)
Details about the item you are adding or deleting.
relatedItemsUpdate
- Details about the item you are adding or deleting.public RelatedItemsUpdate getRelatedItemsUpdate()
Details about the item you are adding or deleting.
public UpdateRelatedItemsRequest withRelatedItemsUpdate(RelatedItemsUpdate relatedItemsUpdate)
Details about the item you are adding or deleting.
relatedItemsUpdate
- Details about the item you are adding or deleting.public String toString()
toString
in class Object
Object.toString()
public UpdateRelatedItemsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()