|
||||||||||
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.DescribeCustomerGatewaysRequest
public class DescribeCustomerGatewaysRequest
Constructor Summary | |
---|---|
DescribeCustomerGatewaysRequest()
|
Method Summary | |
---|---|
List<String> |
getCustomerGatewayIds()
A set of one or more customer gateway IDs. |
List<Filter> |
getFilters()
|
void |
setCustomerGatewayIds(Collection<String> customerGatewayIds)
A set of one or more customer gateway IDs. |
void |
setFilters(Collection<Filter> filters)
|
String |
toString()
|
DescribeCustomerGatewaysRequest |
withCustomerGatewayIds(Collection<String> customerGatewayIds)
A set of one or more customer gateway IDs. |
DescribeCustomerGatewaysRequest |
withCustomerGatewayIds(String... customerGatewayIds)
A set of one or more customer gateway IDs. |
DescribeCustomerGatewaysRequest |
withFilters(Collection<Filter> filters)
Returns a reference to this object so that method calls can be chained together. |
DescribeCustomerGatewaysRequest |
withFilters(Filter... filters)
Returns a reference to this object so that method calls can be chained together. |
Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
---|
copyPrivateRequestParameters |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DescribeCustomerGatewaysRequest()
Method Detail |
---|
public List<String> getCustomerGatewayIds()
public void setCustomerGatewayIds(Collection<String> customerGatewayIds)
customerGatewayIds
- A set of one or more customer gateway IDs.public DescribeCustomerGatewaysRequest withCustomerGatewayIds(String... customerGatewayIds)
Returns a reference to this object so that method calls can be chained together.
customerGatewayIds
- A set of one or more customer gateway IDs.
public DescribeCustomerGatewaysRequest withCustomerGatewayIds(Collection<String> customerGatewayIds)
Returns a reference to this object so that method calls can be chained together.
customerGatewayIds
- A set of one or more customer gateway IDs.
public List<Filter> getFilters()
public void setFilters(Collection<Filter> filters)
filters
- public DescribeCustomerGatewaysRequest withFilters(Filter... filters)
Returns a reference to this object so that method calls can be chained together.
filters
-
public DescribeCustomerGatewaysRequest withFilters(Collection<Filter> filters)
Returns a reference to this object so that method calls can be chained together.
filters
-
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |