public class BucketWebsiteResponse extends Object
| Constructor and Description |
|---|
BucketWebsiteResponse() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object object) |
String |
getErrorDocumentKey() |
String |
getIndexDocumentSuffix() |
ApiRedirectRule |
getRedirectAllRequestsTo() |
List<ApiRoutingRule> |
getRoutingRules() |
int |
hashCode() |
void |
setErrorDocumentKey(String errorDocumentKey) |
void |
setIndexDocumentSuffix(String indexDocumentSuffix) |
void |
setRedirectAllRequestsTo(ApiRedirectRule redirectAllRequestsTo) |
void |
setRoutingRules(List<ApiRoutingRule> routingRules) |
public ApiRedirectRule getRedirectAllRequestsTo()
public void setRedirectAllRequestsTo(ApiRedirectRule redirectAllRequestsTo)
public String getIndexDocumentSuffix()
public void setIndexDocumentSuffix(String indexDocumentSuffix)
public String getErrorDocumentKey()
public void setErrorDocumentKey(String errorDocumentKey)
public List<ApiRoutingRule> getRoutingRules()
public void setRoutingRules(List<ApiRoutingRule> routingRules)
Copyright © 2025 MuleSoft, Inc.. All rights reserved.