@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 that ensures that a client calls the operation only once with the specified details.
|
String |
getIncidentRecordArn()
The Amazon Resource Name (ARN) of the incident record that contains the related items that you update.
|
RelatedItemsUpdate |
getRelatedItemsUpdate()
Details about the item that you are add to, or delete from, an incident.
|
int |
hashCode() |
void |
setClientToken(String clientToken)
A token that ensures that a client calls the operation only once with the specified details.
|
void |
setIncidentRecordArn(String incidentRecordArn)
The Amazon Resource Name (ARN) of the incident record that contains the related items that you update.
|
void |
setRelatedItemsUpdate(RelatedItemsUpdate relatedItemsUpdate)
Details about the item that you are add to, or delete from, an incident.
|
String |
toString()
Returns a string representation of this object.
|
UpdateRelatedItemsRequest |
withClientToken(String clientToken)
A token that ensures that a client calls the operation only once with the specified details.
|
UpdateRelatedItemsRequest |
withIncidentRecordArn(String incidentRecordArn)
The Amazon Resource Name (ARN) of the incident record that contains the related items that you update.
|
UpdateRelatedItemsRequest |
withRelatedItemsUpdate(RelatedItemsUpdate relatedItemsUpdate)
Details about the item that you are add to, or delete from, an incident.
|
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 that ensures that a client calls the operation only once with the specified details.
clientToken
- A token that ensures that a client calls the operation only once with the specified details.public String getClientToken()
A token that ensures that a client calls the operation only once with the specified details.
public UpdateRelatedItemsRequest withClientToken(String clientToken)
A token that ensures that a client calls the operation only once with the specified details.
clientToken
- A token that ensures that a client calls the operation only once with the specified details.public void setIncidentRecordArn(String incidentRecordArn)
The Amazon Resource Name (ARN) of the incident record that contains the related items that you update.
incidentRecordArn
- The Amazon Resource Name (ARN) of the incident record that contains the related items that you update.public String getIncidentRecordArn()
The Amazon Resource Name (ARN) of the incident record that contains the related items that you update.
public UpdateRelatedItemsRequest withIncidentRecordArn(String incidentRecordArn)
The Amazon Resource Name (ARN) of the incident record that contains the related items that you update.
incidentRecordArn
- The Amazon Resource Name (ARN) of the incident record that contains the related items that you update.public void setRelatedItemsUpdate(RelatedItemsUpdate relatedItemsUpdate)
Details about the item that you are add to, or delete from, an incident.
relatedItemsUpdate
- Details about the item that you are add to, or delete from, an incident.public RelatedItemsUpdate getRelatedItemsUpdate()
Details about the item that you are add to, or delete from, an incident.
public UpdateRelatedItemsRequest withRelatedItemsUpdate(RelatedItemsUpdate relatedItemsUpdate)
Details about the item that you are add to, or delete from, an incident.
relatedItemsUpdate
- Details about the item that you are add to, or delete from, an incident.public String toString()
toString
in class Object
Object.toString()
public UpdateRelatedItemsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()