@Generated(value="software.amazon.awssdk:codegen") public final class UpdateRelatedItemsRequest extends SsmIncidentsRequest implements ToCopyableBuilder<UpdateRelatedItemsRequest.Builder,UpdateRelatedItemsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateRelatedItemsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UpdateRelatedItemsRequest.Builder |
builder() |
String |
clientToken()
A token that ensures that a client calls the operation only once with the specified details.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
incidentRecordArn()
The Amazon Resource Name (ARN) of the incident record that contains the related items that you update.
|
RelatedItemsUpdate |
relatedItemsUpdate()
Details about the item that you are add to, or delete from, an incident.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateRelatedItemsRequest.Builder> |
serializableBuilderClass() |
UpdateRelatedItemsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String clientToken()
A token that ensures that a client calls the operation only once with the specified details.
public final String incidentRecordArn()
The Amazon Resource Name (ARN) of the incident record that contains the related items that you update.
public final RelatedItemsUpdate relatedItemsUpdate()
Details about the item that you are add to, or delete from, an incident.
public UpdateRelatedItemsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateRelatedItemsRequest.Builder,UpdateRelatedItemsRequest>toBuilder in class SsmIncidentsRequestpublic static UpdateRelatedItemsRequest.Builder builder()
public static Class<? extends UpdateRelatedItemsRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.