|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.ec2.model.DescribeVpnGatewaysRequest
public class DescribeVpnGatewaysRequest
Describe Vpn Gateways Request
| Constructor Summary | |
|---|---|
DescribeVpnGatewaysRequest()
|
|
| Method Summary | |
|---|---|
List<Filter> |
getFilters()
Returns the value of the Filters property for this object. |
List<String> |
getVpnGatewayIds()
Returns the value of the VpnGatewayIds property for this object. |
void |
setFilters(Collection<Filter> filters)
Sets the value of the Filters property for this object. |
void |
setVpnGatewayIds(Collection<String> vpnGatewayIds)
Sets the value of the VpnGatewayIds property for this object. |
DescribeVpnGatewaysRequest |
withFilters(Collection<Filter> filters)
Sets the value of the Filters property for this object. |
DescribeVpnGatewaysRequest |
withFilters(Filter... filters)
Sets the value of the Filters property for this object. |
DescribeVpnGatewaysRequest |
withVpnGatewayIds(Collection<String> vpnGatewayIds)
Sets the value of the VpnGatewayIds property for this object. |
DescribeVpnGatewaysRequest |
withVpnGatewayIds(String... vpnGatewayIds)
Sets the value of the VpnGatewayIds property for this object. |
| Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
|---|
copyPrivateRequestParameters |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DescribeVpnGatewaysRequest()
| Method Detail |
|---|
public List<String> getVpnGatewayIds()
public void setVpnGatewayIds(Collection<String> vpnGatewayIds)
vpnGatewayIds - The new value for the VpnGatewayIds property for this object.public DescribeVpnGatewaysRequest withVpnGatewayIds(String... vpnGatewayIds)
Returns a reference to this object so that method calls can be chained together.
vpnGatewayIds - The new value for the VpnGatewayIds property for this object.
public DescribeVpnGatewaysRequest withVpnGatewayIds(Collection<String> vpnGatewayIds)
Returns a reference to this object so that method calls can be chained together.
vpnGatewayIds - The new value for the VpnGatewayIds property for this object.
public List<Filter> getFilters()
public void setFilters(Collection<Filter> filters)
filters - The new value for the Filters property for this object.public DescribeVpnGatewaysRequest withFilters(Filter... filters)
Returns a reference to this object so that method calls can be chained together.
filters - The new value for the Filters property for this object.
public DescribeVpnGatewaysRequest withFilters(Collection<Filter> filters)
Returns a reference to this object so that method calls can be chained together.
filters - The new value for the Filters property for this object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||