@Generated(value="software.amazon.smithy.crt.java.ExceptionGenerator") public class BucketAlreadyOwnedByYouException extends S3Exception
Modifier and Type | Class and Description |
---|---|
static interface |
BucketAlreadyOwnedByYouException.Builder |
protected static class |
BucketAlreadyOwnedByYouException.BuilderImpl |
Modifier | Constructor and Description |
---|---|
protected |
BucketAlreadyOwnedByYouException(BucketAlreadyOwnedByYouException.BuilderImpl builder) |
Modifier and Type | Method and Description |
---|---|
static BucketAlreadyOwnedByYouException.Builder |
builder() |
boolean |
equals(Object rhs) |
int |
hashCode() |
BucketAlreadyOwnedByYouException.Builder |
toBuilder() |
cause, message, requestId, statusCode
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
protected BucketAlreadyOwnedByYouException(BucketAlreadyOwnedByYouException.BuilderImpl builder)
public BucketAlreadyOwnedByYouException.Builder toBuilder()
toBuilder
in class S3Exception
public static BucketAlreadyOwnedByYouException.Builder builder()
public int hashCode()
hashCode
in class S3Exception
public boolean equals(Object rhs)
equals
in class S3Exception
Copyright © 2021. All rights reserved.