@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DisableImageBlockPublicAccessResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
| DisableImageBlockPublicAccessResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| DisableImageBlockPublicAccessResult | clone() | 
| boolean | equals(Object obj) | 
| String | getImageBlockPublicAccessState()
 Returns  unblockedif the request succeeds; otherwise, it returns an error. | 
| int | hashCode() | 
| void | setImageBlockPublicAccessState(String imageBlockPublicAccessState)
 Returns  unblockedif the request succeeds; otherwise, it returns an error. | 
| String | toString()Returns a string representation of this object. | 
| DisableImageBlockPublicAccessResult | withImageBlockPublicAccessState(ImageBlockPublicAccessDisabledState imageBlockPublicAccessState)
 Returns  unblockedif the request succeeds; otherwise, it returns an error. | 
| DisableImageBlockPublicAccessResult | withImageBlockPublicAccessState(String imageBlockPublicAccessState)
 Returns  unblockedif the request succeeds; otherwise, it returns an error. | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setImageBlockPublicAccessState(String imageBlockPublicAccessState)
 Returns unblocked if the request succeeds; otherwise, it returns an error.
 
imageBlockPublicAccessState - Returns unblocked if the request succeeds; otherwise, it returns an error.ImageBlockPublicAccessDisabledStatepublic String getImageBlockPublicAccessState()
 Returns unblocked if the request succeeds; otherwise, it returns an error.
 
unblocked if the request succeeds; otherwise, it returns an error.ImageBlockPublicAccessDisabledStatepublic DisableImageBlockPublicAccessResult withImageBlockPublicAccessState(String imageBlockPublicAccessState)
 Returns unblocked if the request succeeds; otherwise, it returns an error.
 
imageBlockPublicAccessState - Returns unblocked if the request succeeds; otherwise, it returns an error.ImageBlockPublicAccessDisabledStatepublic DisableImageBlockPublicAccessResult withImageBlockPublicAccessState(ImageBlockPublicAccessDisabledState imageBlockPublicAccessState)
 Returns unblocked if the request succeeds; otherwise, it returns an error.
 
imageBlockPublicAccessState - Returns unblocked if the request succeeds; otherwise, it returns an error.ImageBlockPublicAccessDisabledStatepublic String toString()
toString in class ObjectObject.toString()public DisableImageBlockPublicAccessResult clone()