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