@Generated(value="software.amazon.smithy.crt.java.StructureGenerator") public class GetBucketWebsiteOutput extends Object
Modifier and Type | Class and Description |
---|---|
static interface |
GetBucketWebsiteOutput.Builder |
protected static class |
GetBucketWebsiteOutput.BuilderImpl |
Modifier | Constructor and Description |
---|---|
protected |
GetBucketWebsiteOutput(GetBucketWebsiteOutput.BuilderImpl builder) |
Modifier and Type | Method and Description |
---|---|
static GetBucketWebsiteOutput.Builder |
builder() |
boolean |
equals(Object rhs) |
ErrorDocument |
errorDocument() |
int |
hashCode() |
IndexDocument |
indexDocument() |
RedirectAllRequestsTo |
redirectAllRequestsTo() |
List<RoutingRule> |
routingRules() |
GetBucketWebsiteOutput.Builder |
toBuilder() |
protected GetBucketWebsiteOutput(GetBucketWebsiteOutput.BuilderImpl builder)
public GetBucketWebsiteOutput.Builder toBuilder()
public static GetBucketWebsiteOutput.Builder builder()
public RedirectAllRequestsTo redirectAllRequestsTo()
public IndexDocument indexDocument()
public ErrorDocument errorDocument()
public List<RoutingRule> routingRules()
Copyright © 2021. All rights reserved.