@Generated(value="software.amazon.awssdk:codegen") public final class AssociateS3ResourcesResponse extends MacieResponse implements ToCopyableBuilder<AssociateS3ResourcesResponse.Builder,AssociateS3ResourcesResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
AssociateS3ResourcesResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static AssociateS3ResourcesResponse.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
List<FailedS3Resource> |
failedS3Resources()
S3 resources that couldn't be associated with Amazon Macie Classic.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasFailedS3Resources()
Returns true if the FailedS3Resources property was specified by the sender (it may be empty), or false if the
sender did not specify the value (it will be empty).
|
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends AssociateS3ResourcesResponse.Builder> |
serializableBuilderClass() |
AssociateS3ResourcesResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic boolean hasFailedS3Resources()
public List<FailedS3Resource> failedS3Resources()
S3 resources that couldn't be associated with Amazon Macie Classic. An error code and an error message are provided for each failed item.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasFailedS3Resources() to see if a value was sent in this field.
public AssociateS3ResourcesResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AssociateS3ResourcesResponse.Builder,AssociateS3ResourcesResponse>toBuilder in class AwsResponsepublic static AssociateS3ResourcesResponse.Builder builder()
public static Class<? extends AssociateS3ResourcesResponse.Builder> serializableBuilderClass()
public int hashCode()
hashCode in class AwsResponsepublic boolean equals(Object obj)
equals in class AwsResponsepublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2020. All rights reserved.