@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() |
boolean |
equals(Object obj) |
String |
getClientToken()
A token ensuring that the operation is called only once with the specified details.
|
String |
getIncidentRecordArn()
The Amazon Resource Name (ARN) of the incident record containing the related items you are updating.
|
RelatedItemsUpdate |
getRelatedItemsUpdate()
Details about the item you are adding or deleting.
|
int |
hashCode() |
void |
setClientToken(String clientToken)
A token ensuring that the operation is called only once with the specified details.
|
void |
setIncidentRecordArn(String incidentRecordArn)
The Amazon Resource Name (ARN) of the incident record containing the related items you are updating.
|
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 operation is called only once with the specified details.
|
UpdateRelatedItemsRequest |
withIncidentRecordArn(String incidentRecordArn)
The Amazon Resource Name (ARN) of the incident record containing the related items you are updating.
|
UpdateRelatedItemsRequest |
withRelatedItemsUpdate(RelatedItemsUpdate relatedItemsUpdate)
Details about the item you are adding or deleting.
|
addHandlerContext, copyBaseTo, 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, withSdkRequestTimeoutpublic void setClientToken(String clientToken)
A token ensuring that the operation is called only once with the specified details.
clientToken - A token ensuring that the operation is called only once with the specified details.public String getClientToken()
A token ensuring that the operation is called only once with the specified details.
public UpdateRelatedItemsRequest withClientToken(String clientToken)
A token ensuring that the operation is called only once with the specified details.
clientToken - A token ensuring that the operation is called only once with the specified details.public void setIncidentRecordArn(String incidentRecordArn)
The Amazon Resource Name (ARN) of the incident record containing the related items you are updating.
incidentRecordArn - The Amazon Resource Name (ARN) of the incident record containing the related items you are updating.public String getIncidentRecordArn()
The Amazon Resource Name (ARN) of the incident record containing the related items you are updating.
public UpdateRelatedItemsRequest withIncidentRecordArn(String incidentRecordArn)
The Amazon Resource Name (ARN) of the incident record containing the related items you are updating.
incidentRecordArn - The Amazon Resource Name (ARN) of the incident record containing the related items you are updating.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 ObjectObject.toString()public UpdateRelatedItemsRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2021. All rights reserved.