@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()
Creates a shallow clone of this object for all fields except the handler context.
|
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, 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 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 ObjectObject.toString()public CreateCoipPoolRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()