@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) |
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()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public String serviceActionId()
The self-service action identifier. For example, act-fs7abcd89wxyz
.
act-fs7abcd89wxyz
.public String productId()
The product identifier. For example, prod-abcdzk7xy33qa
.
prod-abcdzk7xy33qa
.public String provisioningArtifactId()
The identifier of the provisioning artifact. For example, pa-4abcdjnxjj6ne
.
pa-4abcdjnxjj6ne
.public 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()
.
ServiceActionAssociationErrorCode
public 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()
.
ServiceActionAssociationErrorCode
public String errorMessage()
A text description of the error.
public FailedServiceActionAssociation.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<FailedServiceActionAssociation.Builder,FailedServiceActionAssociation>
public static FailedServiceActionAssociation.Builder builder()
public static Class<? extends FailedServiceActionAssociation.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.