|
||||||||||
| 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
Describe Customer Gateways Request
| Constructor Summary | |
|---|---|
DescribeCustomerGatewaysRequest()
|
|
| Method Summary | |
|---|---|
List<String> |
getCustomerGatewayIds()
Returns the value of the CustomerGatewayIds property for this object. |
List<Filter> |
getFilters()
Returns the value of the Filters property for this object. |
void |
setCustomerGatewayIds(Collection<String> customerGatewayIds)
Sets the value of the CustomerGatewayIds property for this object. |
void |
setFilters(Collection<Filter> filters)
Sets the value of the Filters property for this object. |
DescribeCustomerGatewaysRequest |
withCustomerGatewayIds(Collection<String> customerGatewayIds)
Sets the value of the CustomerGatewayIds property for this object. |
DescribeCustomerGatewaysRequest |
withCustomerGatewayIds(String... customerGatewayIds)
Sets the value of the CustomerGatewayIds property for this object. |
DescribeCustomerGatewaysRequest |
withFilters(Collection<Filter> filters)
Sets the value of the Filters property for this object. |
DescribeCustomerGatewaysRequest |
withFilters(Filter... filters)
Sets the value of the Filters 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 DescribeCustomerGatewaysRequest()
| Method Detail |
|---|
public List<String> getCustomerGatewayIds()
public void setCustomerGatewayIds(Collection<String> customerGatewayIds)
customerGatewayIds - The new value for the CustomerGatewayIds property for this object.public DescribeCustomerGatewaysRequest withCustomerGatewayIds(String... customerGatewayIds)
Returns a reference to this object so that method calls can be chained together.
customerGatewayIds - The new value for the CustomerGatewayIds property for this object.
public DescribeCustomerGatewaysRequest withCustomerGatewayIds(Collection<String> customerGatewayIds)
Returns a reference to this object so that method calls can be chained together.
customerGatewayIds - The new value for the CustomerGatewayIds 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 DescribeCustomerGatewaysRequest 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 DescribeCustomerGatewaysRequest 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 | |||||||||