Class FailedServiceActionAssociation
- java.lang.Object
-
- software.amazon.awssdk.services.servicecatalog.model.FailedServiceActionAssociation
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<FailedServiceActionAssociation.Builder,FailedServiceActionAssociation>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceFailedServiceActionAssociation.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static FailedServiceActionAssociation.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)ServiceActionAssociationErrorCodeerrorCode()The error code.StringerrorCodeAsString()The error code.StringerrorMessage()A text description of the error.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringproductId()The product identifier.StringprovisioningArtifactId()The identifier of the provisioning artifact.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends FailedServiceActionAssociation.Builder>serializableBuilderClass()StringserviceActionId()The self-service action identifier.FailedServiceActionAssociation.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
serviceActionId
public final String serviceActionId()
The self-service action identifier. For example,
act-fs7abcd89wxyz.- Returns:
- The self-service action identifier. For example,
act-fs7abcd89wxyz.
-
productId
public final String productId()
The product identifier. For example,
prod-abcdzk7xy33qa.- Returns:
- The product identifier. For example,
prod-abcdzk7xy33qa.
-
provisioningArtifactId
public final String provisioningArtifactId()
The identifier of the provisioning artifact. For example,
pa-4abcdjnxjj6ne.- Returns:
- The identifier of the provisioning artifact. For example,
pa-4abcdjnxjj6ne.
-
errorCode
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,
errorCodewill returnServiceActionAssociationErrorCode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromerrorCodeAsString().- Returns:
- The error code. Valid values are listed below.
- See Also:
ServiceActionAssociationErrorCode
-
errorCodeAsString
public 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,
errorCodewill returnServiceActionAssociationErrorCode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromerrorCodeAsString().- Returns:
- The error code. Valid values are listed below.
- See Also:
ServiceActionAssociationErrorCode
-
errorMessage
public final String errorMessage()
A text description of the error.
- Returns:
- A text description of the error.
-
toBuilder
public FailedServiceActionAssociation.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<FailedServiceActionAssociation.Builder,FailedServiceActionAssociation>
-
builder
public static FailedServiceActionAssociation.Builder builder()
-
serializableBuilderClass
public static Class<? extends FailedServiceActionAssociation.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-