@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateCoipPoolRequest extends AmazonWebServiceRequest implements Serializable, Cloneable, DryRunSupportedRequest<CreateCoipPoolRequest>
NOOP
Constructor and Description |
---|
CreateCoipPoolRequest() |
Modifier and Type | Method and Description |
---|---|
CreateCoipPoolRequest |
clone() |
boolean |
equals(Object obj) |
Request<CreateCoipPoolRequest> |
getDryRunRequest()
This method is intended for internal use only.
|
String |
getLocalGatewayRouteTableId()
The ID of the local gateway route table.
|
List<TagSpecification> |
getTagSpecifications()
The tags to assign to the CoIP address pool.
|
int |
hashCode() |
void |
setLocalGatewayRouteTableId(String localGatewayRouteTableId)
The ID of the local gateway route table.
|
void |
setTagSpecifications(Collection<TagSpecification> tagSpecifications)
The tags to assign to the CoIP address pool.
|
String |
toString()
Returns a string representation of this object.
|
CreateCoipPoolRequest |
withLocalGatewayRouteTableId(String localGatewayRouteTableId)
The ID of the local gateway route table.
|
CreateCoipPoolRequest |
withTagSpecifications(Collection<TagSpecification> tagSpecifications)
The tags to assign to the CoIP address pool.
|
CreateCoipPoolRequest |
withTagSpecifications(TagSpecification... tagSpecifications)
The tags to assign to the CoIP address pool.
|
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, withSdkRequestTimeout
public void setLocalGatewayRouteTableId(String localGatewayRouteTableId)
The ID of the local gateway route table.
localGatewayRouteTableId
- The ID of the local gateway route table.public String getLocalGatewayRouteTableId()
The ID of the local gateway route table.
public CreateCoipPoolRequest withLocalGatewayRouteTableId(String localGatewayRouteTableId)
The ID of the local gateway route table.
localGatewayRouteTableId
- The ID of the local gateway route table.public List<TagSpecification> getTagSpecifications()
The tags to assign to the CoIP address pool.
public void setTagSpecifications(Collection<TagSpecification> tagSpecifications)
The tags to assign to the CoIP address pool.
tagSpecifications
- The tags to assign to the CoIP address pool.public CreateCoipPoolRequest withTagSpecifications(TagSpecification... tagSpecifications)
The tags to assign to the CoIP address pool.
NOTE: This method appends the values to the existing list (if any). Use
setTagSpecifications(java.util.Collection)
or withTagSpecifications(java.util.Collection)
if
you want to override the existing values.
tagSpecifications
- The tags to assign to the CoIP address pool.public CreateCoipPoolRequest withTagSpecifications(Collection<TagSpecification> tagSpecifications)
The tags to assign to the CoIP address pool.
tagSpecifications
- The tags to assign to the CoIP address pool.public Request<CreateCoipPoolRequest> getDryRunRequest()
getDryRunRequest
in interface DryRunSupportedRequest<CreateCoipPoolRequest>
public String toString()
toString
in class Object
Object.toString()
public CreateCoipPoolRequest clone()
clone
in class AmazonWebServiceRequest
Copyright © 2025. All rights reserved.