@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchDisassociateServiceActionFromProvisioningArtifactResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
BatchDisassociateServiceActionFromProvisioningArtifactResult() |
| Modifier and Type | Method and Description |
|---|---|
BatchDisassociateServiceActionFromProvisioningArtifactResult |
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.
|
BatchDisassociateServiceActionFromProvisioningArtifactResult |
withFailedServiceActionAssociations(Collection<FailedServiceActionAssociation> failedServiceActionAssociations)
An object that contains a list of errors, along with information to help you identify the self-service action.
|
BatchDisassociateServiceActionFromProvisioningArtifactResult |
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 BatchDisassociateServiceActionFromProvisioningArtifactResult()
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 BatchDisassociateServiceActionFromProvisioningArtifactResult 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 BatchDisassociateServiceActionFromProvisioningArtifactResult 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 BatchDisassociateServiceActionFromProvisioningArtifactResult clone()