@Generated(value="software.amazon.awssdk:codegen") public final class GetBucketWebsiteResponse extends S3Response implements ToCopyableBuilder<GetBucketWebsiteResponse.Builder,GetBucketWebsiteResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetBucketWebsiteResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GetBucketWebsiteResponse.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
ErrorDocument |
errorDocument()
The name of the error document for the website.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
boolean |
hasRoutingRules()
Returns true if the RoutingRules property was specified by the sender (it may be empty), or false if the sender
did not specify the value (it will be empty).
|
IndexDocument |
indexDocument()
The name of the index document for the website.
|
RedirectAllRequestsTo |
redirectAllRequestsTo()
Specifies the redirect behavior of all requests to a website endpoint of an Amazon S3 bucket.
|
List<RoutingRule> |
routingRules()
Rules that define when a redirect is applied and the redirect behavior.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetBucketWebsiteResponse.Builder> |
serializableBuilderClass() |
GetBucketWebsiteResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic RedirectAllRequestsTo redirectAllRequestsTo()
Specifies the redirect behavior of all requests to a website endpoint of an Amazon S3 bucket.
public IndexDocument indexDocument()
The name of the index document for the website.
public ErrorDocument errorDocument()
The name of the error document for the website.
public boolean hasRoutingRules()
public List<RoutingRule> routingRules()
Rules that define when a redirect is applied and the redirect behavior.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasRoutingRules() to see if a value was sent in this field.
public GetBucketWebsiteResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetBucketWebsiteResponse.Builder,GetBucketWebsiteResponse>toBuilder in class AwsResponsepublic static GetBucketWebsiteResponse.Builder builder()
public static Class<? extends GetBucketWebsiteResponse.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.