@Generated(value="software.amazon.awssdk:codegen") public final class UpdateS3ResourcesResponse extends MacieResponse implements ToCopyableBuilder<UpdateS3ResourcesResponse.Builder,UpdateS3ResourcesResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateS3ResourcesResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UpdateS3ResourcesResponse.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
List<FailedS3Resource> |
failedS3Resources()
The S3 resources whose classification types can't be updated.
|
<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 UpdateS3ResourcesResponse.Builder> |
serializableBuilderClass() |
UpdateS3ResourcesResponse.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()
The S3 resources whose classification types can't be updated. 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 UpdateS3ResourcesResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateS3ResourcesResponse.Builder,UpdateS3ResourcesResponse>toBuilder in class AwsResponsepublic static UpdateS3ResourcesResponse.Builder builder()
public static Class<? extends UpdateS3ResourcesResponse.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.