@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateCustomRoutingListenerRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
CreateCustomRoutingListenerRequest() |
| Modifier and Type | Method and Description |
|---|---|
CreateCustomRoutingListenerRequest |
clone() |
boolean |
equals(Object obj) |
String |
getAcceleratorArn()
The Amazon Resource Name (ARN) of the accelerator for a custom routing listener.
|
String |
getIdempotencyToken()
A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of the
request.
|
List<PortRange> |
getPortRanges()
The port range to support for connections from clients to your accelerator.
|
int |
hashCode() |
void |
setAcceleratorArn(String acceleratorArn)
The Amazon Resource Name (ARN) of the accelerator for a custom routing listener.
|
void |
setIdempotencyToken(String idempotencyToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of the
request.
|
void |
setPortRanges(Collection<PortRange> portRanges)
The port range to support for connections from clients to your accelerator.
|
String |
toString()
Returns a string representation of this object.
|
CreateCustomRoutingListenerRequest |
withAcceleratorArn(String acceleratorArn)
The Amazon Resource Name (ARN) of the accelerator for a custom routing listener.
|
CreateCustomRoutingListenerRequest |
withIdempotencyToken(String idempotencyToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of the
request.
|
CreateCustomRoutingListenerRequest |
withPortRanges(Collection<PortRange> portRanges)
The port range to support for connections from clients to your accelerator.
|
CreateCustomRoutingListenerRequest |
withPortRanges(PortRange... portRanges)
The port range to support for connections from clients to your accelerator.
|
addHandlerContext, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setAcceleratorArn(String acceleratorArn)
The Amazon Resource Name (ARN) of the accelerator for a custom routing listener.
acceleratorArn - The Amazon Resource Name (ARN) of the accelerator for a custom routing listener.public String getAcceleratorArn()
The Amazon Resource Name (ARN) of the accelerator for a custom routing listener.
public CreateCustomRoutingListenerRequest withAcceleratorArn(String acceleratorArn)
The Amazon Resource Name (ARN) of the accelerator for a custom routing listener.
acceleratorArn - The Amazon Resource Name (ARN) of the accelerator for a custom routing listener.public List<PortRange> getPortRanges()
The port range to support for connections from clients to your accelerator.
Separately, you set port ranges for endpoints. For more information, see About endpoints for custom routing accelerators.
Separately, you set port ranges for endpoints. For more information, see About endpoints for custom routing accelerators.
public void setPortRanges(Collection<PortRange> portRanges)
The port range to support for connections from clients to your accelerator.
Separately, you set port ranges for endpoints. For more information, see About endpoints for custom routing accelerators.
portRanges - The port range to support for connections from clients to your accelerator.
Separately, you set port ranges for endpoints. For more information, see About endpoints for custom routing accelerators.
public CreateCustomRoutingListenerRequest withPortRanges(PortRange... portRanges)
The port range to support for connections from clients to your accelerator.
Separately, you set port ranges for endpoints. For more information, see About endpoints for custom routing accelerators.
NOTE: This method appends the values to the existing list (if any). Use
setPortRanges(java.util.Collection) or withPortRanges(java.util.Collection) if you want to
override the existing values.
portRanges - The port range to support for connections from clients to your accelerator.
Separately, you set port ranges for endpoints. For more information, see About endpoints for custom routing accelerators.
public CreateCustomRoutingListenerRequest withPortRanges(Collection<PortRange> portRanges)
The port range to support for connections from clients to your accelerator.
Separately, you set port ranges for endpoints. For more information, see About endpoints for custom routing accelerators.
portRanges - The port range to support for connections from clients to your accelerator.
Separately, you set port ranges for endpoints. For more information, see About endpoints for custom routing accelerators.
public void setIdempotencyToken(String idempotencyToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of the request.
idempotencyToken - A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of
the request.public String getIdempotencyToken()
A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of the request.
public CreateCustomRoutingListenerRequest withIdempotencyToken(String idempotencyToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of the request.
idempotencyToken - A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of
the request.public String toString()
toString in class ObjectObject.toString()public CreateCustomRoutingListenerRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2022. All rights reserved.