@Generated(value="software.amazon.awssdk:codegen") public final class FailedServiceActionAssociation extends Object implements SdkPojo, Serializable, ToCopyableBuilder<FailedServiceActionAssociation.Builder,FailedServiceActionAssociation>
An object containing information about the error, along with identifying information about the self-service action and its associations.
| Modifier and Type | Class and Description |
|---|---|
static interface |
FailedServiceActionAssociation.Builder |
| Modifier and Type | Method and Description |
|---|---|
static FailedServiceActionAssociation.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
ServiceActionAssociationErrorCode |
errorCode()
The error code.
|
String |
errorCodeAsString()
The error code.
|
String |
errorMessage()
A text description of the error.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
productId()
The product identifier.
|
String |
provisioningArtifactId()
The identifier of the provisioning artifact.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends FailedServiceActionAssociation.Builder> |
serializableBuilderClass() |
String |
serviceActionId()
The self-service action identifier.
|
FailedServiceActionAssociation.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String serviceActionId()
The self-service action identifier. For example, act-fs7abcd89wxyz.
act-fs7abcd89wxyz.public final String productId()
The product identifier. For example, prod-abcdzk7xy33qa.
prod-abcdzk7xy33qa.public final String provisioningArtifactId()
The identifier of the provisioning artifact. For example, pa-4abcdjnxjj6ne.
pa-4abcdjnxjj6ne.public final ServiceActionAssociationErrorCode errorCode()
The error code. Valid values are listed below.
If the service returns an enum value that is not available in the current SDK version, errorCode will
return ServiceActionAssociationErrorCode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from errorCodeAsString().
ServiceActionAssociationErrorCodepublic final String errorCodeAsString()
The error code. Valid values are listed below.
If the service returns an enum value that is not available in the current SDK version, errorCode will
return ServiceActionAssociationErrorCode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from errorCodeAsString().
ServiceActionAssociationErrorCodepublic final String errorMessage()
A text description of the error.
public FailedServiceActionAssociation.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<FailedServiceActionAssociation.Builder,FailedServiceActionAssociation>public static FailedServiceActionAssociation.Builder builder()
public static Class<? extends FailedServiceActionAssociation.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.