@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchAssociateServiceActionWithProvisioningArtifactResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
BatchAssociateServiceActionWithProvisioningArtifactResult()  | 
| Modifier and Type | Method and Description | 
|---|---|
BatchAssociateServiceActionWithProvisioningArtifactResult | 
clone()  | 
boolean | 
equals(Object obj)  | 
List<FailedServiceActionAssociation> | 
getFailedServiceActionAssociations()
 An object that contains a list of errors, along with information to help you identify the self-service action. 
 | 
int | 
hashCode()  | 
void | 
setFailedServiceActionAssociations(Collection<FailedServiceActionAssociation> failedServiceActionAssociations)
 An object that contains a list of errors, along with information to help you identify the self-service action. 
 | 
String | 
toString()
Returns a string representation of this object. 
 | 
BatchAssociateServiceActionWithProvisioningArtifactResult | 
withFailedServiceActionAssociations(Collection<FailedServiceActionAssociation> failedServiceActionAssociations)
 An object that contains a list of errors, along with information to help you identify the self-service action. 
 | 
BatchAssociateServiceActionWithProvisioningArtifactResult | 
withFailedServiceActionAssociations(FailedServiceActionAssociation... failedServiceActionAssociations)
 An object that contains a list of errors, along with information to help you identify the self-service action. 
 | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic BatchAssociateServiceActionWithProvisioningArtifactResult()
public List<FailedServiceActionAssociation> getFailedServiceActionAssociations()
An object that contains a list of errors, along with information to help you identify the self-service action.
public void setFailedServiceActionAssociations(Collection<FailedServiceActionAssociation> failedServiceActionAssociations)
An object that contains a list of errors, along with information to help you identify the self-service action.
failedServiceActionAssociations - An object that contains a list of errors, along with information to help you identify the self-service
        action.public BatchAssociateServiceActionWithProvisioningArtifactResult withFailedServiceActionAssociations(FailedServiceActionAssociation... failedServiceActionAssociations)
An object that contains a list of errors, along with information to help you identify the self-service action.
 NOTE: This method appends the values to the existing list (if any). Use
 setFailedServiceActionAssociations(java.util.Collection) or
 withFailedServiceActionAssociations(java.util.Collection) if you want to override the existing values.
 
failedServiceActionAssociations - An object that contains a list of errors, along with information to help you identify the self-service
        action.public BatchAssociateServiceActionWithProvisioningArtifactResult withFailedServiceActionAssociations(Collection<FailedServiceActionAssociation> failedServiceActionAssociations)
An object that contains a list of errors, along with information to help you identify the self-service action.
failedServiceActionAssociations - An object that contains a list of errors, along with information to help you identify the self-service
        action.public String toString()
toString in class ObjectObject.toString()public BatchAssociateServiceActionWithProvisioningArtifactResult clone()