@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, isThrottlingException
extendedRequestId, requestId, statusCode
create, retryable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
copy
equalsBySdkFields
public OpsItemAlreadyExistsException.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<OpsItemAlreadyExistsException.Builder,OpsItemAlreadyExistsException>
toBuilder
in class SsmException
public static OpsItemAlreadyExistsException.Builder builder()
public static Class<? extends OpsItemAlreadyExistsException.Builder> serializableBuilderClass()
public String opsItemId()
Copyright © 2020. All rights reserved.