@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateS3ResourcesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
UpdateS3ResourcesResult() |
Modifier and Type | Method and Description |
---|---|
UpdateS3ResourcesResult |
clone() |
boolean |
equals(Object obj) |
List<FailedS3Resource> |
getFailedS3Resources()
(Discontinued) The S3 resources whose classification types can't be updated.
|
int |
hashCode() |
void |
setFailedS3Resources(Collection<FailedS3Resource> failedS3Resources)
(Discontinued) The S3 resources whose classification types can't be updated.
|
String |
toString()
Returns a string representation of this object.
|
UpdateS3ResourcesResult |
withFailedS3Resources(Collection<FailedS3Resource> failedS3Resources)
(Discontinued) The S3 resources whose classification types can't be updated.
|
UpdateS3ResourcesResult |
withFailedS3Resources(FailedS3Resource... failedS3Resources)
(Discontinued) The S3 resources whose classification types can't be updated.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<FailedS3Resource> getFailedS3Resources()
(Discontinued) The S3 resources whose classification types can't be updated. An error code and an error message are provided for each failed item.
public void setFailedS3Resources(Collection<FailedS3Resource> failedS3Resources)
(Discontinued) The S3 resources whose classification types can't be updated. An error code and an error message are provided for each failed item.
failedS3Resources
- (Discontinued) The S3 resources whose classification types can't be updated. An error code and an error
message are provided for each failed item.public UpdateS3ResourcesResult withFailedS3Resources(FailedS3Resource... failedS3Resources)
(Discontinued) The S3 resources whose classification types can't be updated. 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) The S3 resources whose classification types can't be updated. An error code and an error
message are provided for each failed item.public UpdateS3ResourcesResult withFailedS3Resources(Collection<FailedS3Resource> failedS3Resources)
(Discontinued) The S3 resources whose classification types can't be updated. An error code and an error message are provided for each failed item.
failedS3Resources
- (Discontinued) The S3 resources whose classification types can't be updated. An error code and an error
message are provided for each failed item.public String toString()
toString
in class Object
Object.toString()
public UpdateS3ResourcesResult clone()