@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DisassociateS3ResourcesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DisassociateS3ResourcesResult() |
Modifier and Type | Method and Description |
---|---|
DisassociateS3ResourcesResult |
clone() |
boolean |
equals(Object obj) |
List<FailedS3Resource> |
getFailedS3Resources()
S3 resources that couldn't be removed from being monitored and classified by Amazon Macie.
|
int |
hashCode() |
void |
setFailedS3Resources(Collection<FailedS3Resource> failedS3Resources)
S3 resources that couldn't be removed from being monitored and classified by Amazon Macie.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DisassociateS3ResourcesResult |
withFailedS3Resources(Collection<FailedS3Resource> failedS3Resources)
S3 resources that couldn't be removed from being monitored and classified by Amazon Macie.
|
DisassociateS3ResourcesResult |
withFailedS3Resources(FailedS3Resource... failedS3Resources)
S3 resources that couldn't be removed from being monitored and classified by Amazon Macie.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<FailedS3Resource> getFailedS3Resources()
S3 resources that couldn't be removed from being monitored and classified by 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 removed from being monitored and classified by Amazon Macie. An error code and an error message are provided for each failed item.
failedS3Resources
- S3 resources that couldn't be removed from being monitored and classified by Amazon Macie. An error code
and an error message are provided for each failed item.public DisassociateS3ResourcesResult withFailedS3Resources(FailedS3Resource... failedS3Resources)
S3 resources that couldn't be removed from being monitored and classified by 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 removed from being monitored and classified by Amazon Macie. An error code
and an error message are provided for each failed item.public DisassociateS3ResourcesResult withFailedS3Resources(Collection<FailedS3Resource> failedS3Resources)
S3 resources that couldn't be removed from being monitored and classified by Amazon Macie. An error code and an error message are provided for each failed item.
failedS3Resources
- S3 resources that couldn't be removed from being monitored and classified by 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 DisassociateS3ResourcesResult clone()
Copyright © 2018. All rights reserved.