@Generated(value="software.amazon.awssdk:codegen") public final class OpsItemRelatedItemAlreadyExistsException extends SsmException implements ToCopyableBuilder<OpsItemRelatedItemAlreadyExistsException.Builder,OpsItemRelatedItemAlreadyExistsException>
The Amazon Resource Name (ARN) is already associated with the OpsItem.
| Modifier and Type | Class and Description |
|---|---|
static interface |
OpsItemRelatedItemAlreadyExistsException.Builder |
| Modifier and Type | Method and Description |
|---|---|
static OpsItemRelatedItemAlreadyExistsException.Builder |
builder() |
String |
opsItemId()
Returns the value of the OpsItemId property for this object.
|
String |
resourceUri()
Returns the value of the ResourceUri property for this object.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends OpsItemRelatedItemAlreadyExistsException.Builder> |
serializableBuilderClass() |
OpsItemRelatedItemAlreadyExistsException.Builder |
toBuilder() |
awsErrorDetails, getMessage, isClockSkewException, isThrottlingExceptionextendedRequestId, requestId, statusCodecreate, retryableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcopyequalsBySdkFieldspublic OpsItemRelatedItemAlreadyExistsException.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<OpsItemRelatedItemAlreadyExistsException.Builder,OpsItemRelatedItemAlreadyExistsException>toBuilder in class SsmExceptionpublic static OpsItemRelatedItemAlreadyExistsException.Builder builder()
public static Class<? extends OpsItemRelatedItemAlreadyExistsException.Builder> serializableBuilderClass()
public String resourceUri()
public String opsItemId()
Copyright © 2021. All rights reserved.