@Generated(value="software.amazon.awssdk:codegen") public class RedirectAllRequestsTo extends Object implements ToCopyableBuilder<RedirectAllRequestsTo.Builder,RedirectAllRequestsTo>
Modifier and Type | Class and Description |
---|---|
static interface |
RedirectAllRequestsTo.Builder |
Modifier and Type | Method and Description |
---|---|
static RedirectAllRequestsTo.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
hostName()
Name of the host where requests will be redirected.
|
Protocol |
protocol()
Protocol to use (http, https) when redirecting requests.
|
String |
protocolAsString()
Protocol to use (http, https) when redirecting requests.
|
static Class<? extends RedirectAllRequestsTo.Builder> |
serializableBuilderClass() |
RedirectAllRequestsTo.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public String hostName()
public Protocol protocol()
If the service returns an enum value that is not available in the current SDK version, protocol
will
return Protocol.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
protocolAsString()
.
Protocol
public String protocolAsString()
If the service returns an enum value that is not available in the current SDK version, protocol
will
return Protocol.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
protocolAsString()
.
Protocol
public RedirectAllRequestsTo.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<RedirectAllRequestsTo.Builder,RedirectAllRequestsTo>
public static RedirectAllRequestsTo.Builder builder()
public static Class<? extends RedirectAllRequestsTo.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.