Package org.jclouds.aws.ec2.options
Class InternetGatewayOptions
- java.lang.Object
-
- org.jclouds.http.options.BaseHttpRequestOptions
-
- org.jclouds.ec2.options.internal.BaseEC2RequestOptions
-
- org.jclouds.aws.ec2.options.InternetGatewayOptions
-
- All Implemented Interfaces:
HttpRequestOptions
public class InternetGatewayOptions extends BaseEC2RequestOptions
Contains options supported in the Form API for the InternetGateway operations.Usage
The recommended way to instantiate such an object is to statically import InternetGatewayOptions.Builder.* and invoke a static creation method followed by an instance mutator (if needed):import static org.jclouds.ec2.options.InternetGatewayOptions.Builder.* EC2Api connection = // get connection InternetGateway gw = connection.getInternetGatewayApi().get().createInternetGateway(region, dryRun());
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
InternetGatewayOptions.Builder
-
Field Summary
Fields Modifier and Type Field Description static InternetGatewayOptions
NONE
-
Fields inherited from class org.jclouds.http.options.BaseHttpRequestOptions
formParameters, headers, pathSuffix, payload, queryParameters
-
-
Constructor Summary
Constructors Constructor Description InternetGatewayOptions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InternetGatewayOptions
dryRun()
Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.boolean
isDryRun()
-
Methods inherited from class org.jclouds.ec2.options.internal.BaseEC2RequestOptions
getFormValuesWithKeysPrefixedBy, indexFormValuesWithPrefix, indexFormValuesWithPrefix, toString
-
Methods inherited from class org.jclouds.http.options.BaseHttpRequestOptions
buildFormParameters, buildPathSuffix, buildQueryParameters, buildRequestHeaders, buildStringPayload, equals, getFirstFormOrNull, getFirstHeaderOrNull, getFirstQueryOrNull, hashCode, replaceHeader
-
-
-
-
Field Detail
-
NONE
public static final InternetGatewayOptions NONE
-
-
Method Detail
-
dryRun
public InternetGatewayOptions dryRun()
Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.
-
isDryRun
public boolean isDryRun()
-
-