public class DescribeRegionsRequest extends AmazonWebServiceRequest implements java.io.Serializable
DescribeRegions operation.
The DescribeRegions operation describes regions zones that are currently available to the account.
| コンストラクタと説明 |
|---|
DescribeRegionsRequest() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.util.List<Filter> |
getFilters()
A list of filters used to match properties for Regions.
|
java.util.List<java.lang.String> |
getRegionNames()
The optional list of regions to describe.
|
int |
hashCode() |
void |
setFilters(java.util.Collection<Filter> filters)
A list of filters used to match properties for Regions.
|
void |
setRegionNames(java.util.Collection<java.lang.String> regionNames)
The optional list of regions to describe.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeRegionsRequest |
withFilters(java.util.Collection<Filter> filters)
A list of filters used to match properties for Regions.
|
DescribeRegionsRequest |
withFilters(Filter... filters)
A list of filters used to match properties for Regions.
|
DescribeRegionsRequest |
withRegionNames(java.util.Collection<java.lang.String> regionNames)
The optional list of regions to describe.
|
DescribeRegionsRequest |
withRegionNames(java.lang.String... regionNames)
The optional list of regions to describe.
|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentialspublic java.util.List<java.lang.String> getRegionNames()
public void setRegionNames(java.util.Collection<java.lang.String> regionNames)
regionNames - The optional list of regions to describe.public DescribeRegionsRequest withRegionNames(java.lang.String... regionNames)
Returns a reference to this object so that method calls can be chained together.
regionNames - The optional list of regions to describe.public DescribeRegionsRequest withRegionNames(java.util.Collection<java.lang.String> regionNames)
Returns a reference to this object so that method calls can be chained together.
regionNames - The optional list of regions to describe.public java.util.List<Filter> getFilters()
public void setFilters(java.util.Collection<Filter> filters)
filters - A list of filters used to match properties for Regions. For a complete
reference to the available filter keys for this operation, see the Amazon
EC2 API reference.public DescribeRegionsRequest withFilters(Filter... filters)
Returns a reference to this object so that method calls can be chained together.
filters - A list of filters used to match properties for Regions. For a complete
reference to the available filter keys for this operation, see the Amazon
EC2 API reference.public DescribeRegionsRequest withFilters(java.util.Collection<Filter> filters)
Returns a reference to this object so that method calls can be chained together.
filters - A list of filters used to match properties for Regions. For a complete
reference to the available filter keys for this operation, see the Amazon
EC2 API reference.public java.lang.String toString()
toString クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object