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