@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()
(Discontinued) S3 resources that couldn't be associated with Amazon Macie Classic.
|
int |
hashCode() |
void |
setFailedS3Resources(Collection<FailedS3Resource> failedS3Resources)
(Discontinued) S3 resources that couldn't be associated with Amazon Macie Classic.
|
String |
toString()
Returns a string representation of this object.
|
AssociateS3ResourcesResult |
withFailedS3Resources(Collection<FailedS3Resource> failedS3Resources)
(Discontinued) S3 resources that couldn't be associated with Amazon Macie Classic.
|
AssociateS3ResourcesResult |
withFailedS3Resources(FailedS3Resource... failedS3Resources)
(Discontinued) S3 resources that couldn't be associated with Amazon Macie Classic.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<FailedS3Resource> getFailedS3Resources()
(Discontinued) S3 resources that couldn't be associated with Amazon Macie Classic. An error code and an error message are provided for each failed item.
public void setFailedS3Resources(Collection<FailedS3Resource> failedS3Resources)
(Discontinued) S3 resources that couldn't be associated with Amazon Macie Classic. An error code and an error message are provided for each failed item.
failedS3Resources
- (Discontinued) S3 resources that couldn't be associated with Amazon Macie Classic. An error code and an
error message are provided for each failed item.public AssociateS3ResourcesResult withFailedS3Resources(FailedS3Resource... failedS3Resources)
(Discontinued) S3 resources that couldn't be associated with Amazon Macie Classic. 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
- (Discontinued) S3 resources that couldn't be associated with Amazon Macie Classic. An error code and an
error message are provided for each failed item.public AssociateS3ResourcesResult withFailedS3Resources(Collection<FailedS3Resource> failedS3Resources)
(Discontinued) S3 resources that couldn't be associated with Amazon Macie Classic. An error code and an error message are provided for each failed item.
failedS3Resources
- (Discontinued) S3 resources that couldn't be associated with Amazon Macie Classic. 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()