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