@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class FailedServiceActionAssociation extends Object implements Serializable, Cloneable, StructuredPojo
An object containing information about the error, along with identifying information about the self-service action and its associations.
Constructor and Description |
---|
FailedServiceActionAssociation() |
Modifier and Type | Method and Description |
---|---|
FailedServiceActionAssociation |
clone() |
boolean |
equals(Object obj) |
String |
getErrorCode()
The error code.
|
String |
getErrorMessage()
A text description of the error.
|
String |
getProductId()
The product identifier.
|
String |
getProvisioningArtifactId()
The identifier of the provisioning artifact.
|
String |
getServiceActionId()
The self-service action identifier.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setErrorCode(String errorCode)
The error code.
|
void |
setErrorMessage(String errorMessage)
A text description of the error.
|
void |
setProductId(String productId)
The product identifier.
|
void |
setProvisioningArtifactId(String provisioningArtifactId)
The identifier of the provisioning artifact.
|
void |
setServiceActionId(String serviceActionId)
The self-service action identifier.
|
String |
toString()
Returns a string representation of this object.
|
FailedServiceActionAssociation |
withErrorCode(ServiceActionAssociationErrorCode errorCode)
The error code.
|
FailedServiceActionAssociation |
withErrorCode(String errorCode)
The error code.
|
FailedServiceActionAssociation |
withErrorMessage(String errorMessage)
A text description of the error.
|
FailedServiceActionAssociation |
withProductId(String productId)
The product identifier.
|
FailedServiceActionAssociation |
withProvisioningArtifactId(String provisioningArtifactId)
The identifier of the provisioning artifact.
|
FailedServiceActionAssociation |
withServiceActionId(String serviceActionId)
The self-service action identifier.
|
public void setServiceActionId(String serviceActionId)
The self-service action identifier. For example, act-fs7abcd89wxyz
.
serviceActionId
- The self-service action identifier. For example, act-fs7abcd89wxyz
.public String getServiceActionId()
The self-service action identifier. For example, act-fs7abcd89wxyz
.
act-fs7abcd89wxyz
.public FailedServiceActionAssociation withServiceActionId(String serviceActionId)
The self-service action identifier. For example, act-fs7abcd89wxyz
.
serviceActionId
- The self-service action identifier. For example, act-fs7abcd89wxyz
.public void setProductId(String productId)
The product identifier. For example, prod-abcdzk7xy33qa
.
productId
- The product identifier. For example, prod-abcdzk7xy33qa
.public String getProductId()
The product identifier. For example, prod-abcdzk7xy33qa
.
prod-abcdzk7xy33qa
.public FailedServiceActionAssociation withProductId(String productId)
The product identifier. For example, prod-abcdzk7xy33qa
.
productId
- The product identifier. For example, prod-abcdzk7xy33qa
.public void setProvisioningArtifactId(String provisioningArtifactId)
The identifier of the provisioning artifact. For example, pa-4abcdjnxjj6ne
.
provisioningArtifactId
- The identifier of the provisioning artifact. For example, pa-4abcdjnxjj6ne
.public String getProvisioningArtifactId()
The identifier of the provisioning artifact. For example, pa-4abcdjnxjj6ne
.
pa-4abcdjnxjj6ne
.public FailedServiceActionAssociation withProvisioningArtifactId(String provisioningArtifactId)
The identifier of the provisioning artifact. For example, pa-4abcdjnxjj6ne
.
provisioningArtifactId
- The identifier of the provisioning artifact. For example, pa-4abcdjnxjj6ne
.public void setErrorCode(String errorCode)
The error code. Valid values are listed below.
errorCode
- The error code. Valid values are listed below.ServiceActionAssociationErrorCode
public String getErrorCode()
The error code. Valid values are listed below.
ServiceActionAssociationErrorCode
public FailedServiceActionAssociation withErrorCode(String errorCode)
The error code. Valid values are listed below.
errorCode
- The error code. Valid values are listed below.ServiceActionAssociationErrorCode
public FailedServiceActionAssociation withErrorCode(ServiceActionAssociationErrorCode errorCode)
The error code. Valid values are listed below.
errorCode
- The error code. Valid values are listed below.ServiceActionAssociationErrorCode
public void setErrorMessage(String errorMessage)
A text description of the error.
errorMessage
- A text description of the error.public String getErrorMessage()
A text description of the error.
public FailedServiceActionAssociation withErrorMessage(String errorMessage)
A text description of the error.
errorMessage
- A text description of the error.public String toString()
toString
in class Object
Object.toString()
public FailedServiceActionAssociation clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.