@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AssociateS3ResourcesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
AssociateS3ResourcesResult() |
Modifier and Type | Method and Description |
---|---|
AssociateS3ResourcesResult |
clone() |
boolean |
equals(Object obj) |
List<FailedS3Resource> |
getFailedS3Resources()
S3 resources that couldn't be associated with Amazon Macie.
|
int |
hashCode() |
void |
setFailedS3Resources(Collection<FailedS3Resource> failedS3Resources)
S3 resources that couldn't be associated with Amazon Macie.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
AssociateS3ResourcesResult |
withFailedS3Resources(Collection<FailedS3Resource> failedS3Resources)
S3 resources that couldn't be associated with Amazon Macie.
|
AssociateS3ResourcesResult |
withFailedS3Resources(FailedS3Resource... failedS3Resources)
S3 resources that couldn't be associated with Amazon Macie.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<FailedS3Resource> getFailedS3Resources()
S3 resources that couldn't be associated with Amazon Macie. An error code and an error message are provided for each failed item.
public void setFailedS3Resources(Collection<FailedS3Resource> failedS3Resources)
S3 resources that couldn't be associated with Amazon Macie. An error code and an error message are provided for each failed item.
failedS3Resources
- S3 resources that couldn't be associated with Amazon Macie. An error code and an error message are
provided for each failed item.public AssociateS3ResourcesResult withFailedS3Resources(FailedS3Resource... failedS3Resources)
S3 resources that couldn't be associated with Amazon Macie. An error code and an error message are provided for each failed item.
NOTE: This method appends the values to the existing list (if any). Use
setFailedS3Resources(java.util.Collection)
or withFailedS3Resources(java.util.Collection)
if
you want to override the existing values.
failedS3Resources
- S3 resources that couldn't be associated with Amazon Macie. An error code and an error message are
provided for each failed item.public AssociateS3ResourcesResult withFailedS3Resources(Collection<FailedS3Resource> failedS3Resources)
S3 resources that couldn't be associated with Amazon Macie. An error code and an error message are provided for each failed item.
failedS3Resources
- S3 resources that couldn't be associated with Amazon Macie. An error code and an error message are
provided for each failed item.public String toString()
toString
in class Object
Object.toString()
public AssociateS3ResourcesResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.