@Generated(value="software.amazon.awssdk:codegen") public final class DescribeRegionsRequest extends Ec2Request implements ToCopyableBuilder<DescribeRegionsRequest.Builder,DescribeRegionsRequest>
Modifier and Type | Class and Description |
---|---|
static interface |
DescribeRegionsRequest.Builder |
Modifier and Type | Method and Description |
---|---|
Boolean |
allRegions()
Indicates whether to display all Regions, including Regions that are disabled for your account.
|
static DescribeRegionsRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
List<Filter> |
filters()
The filters.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasFilters()
For responses, this returns true if the service returned a value for the Filters property.
|
int |
hashCode() |
boolean |
hasRegionNames()
For responses, this returns true if the service returned a value for the RegionNames property.
|
List<String> |
regionNames()
The names of the Regions.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DescribeRegionsRequest.Builder> |
serializableBuilderClass() |
DescribeRegionsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfiguration
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public final boolean hasFilters()
isEmpty()
method on the property). This is
useful because the SDK will never return a null collection or map, but you may need to differentiate between the
service returning nothing (or null) and the service returning an empty collection or map. For requests, this
returns true if a value for the property was specified in the request builder, and false if a value was not
specified.public final List<Filter> filters()
The filters.
endpoint
- The endpoint of the Region (for example, ec2.us-east-1.amazonaws.com
).
opt-in-status
- The opt-in status of the Region (opt-in-not-required
|
opted-in
| not-opted-in
).
region-name
- The name of the Region (for example, us-east-1
).
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasFilters()
method.
endpoint
- The endpoint of the Region (for example, ec2.us-east-1.amazonaws.com
).
opt-in-status
- The opt-in status of the Region (opt-in-not-required
|
opted-in
| not-opted-in
).
region-name
- The name of the Region (for example, us-east-1
).
public final boolean hasRegionNames()
isEmpty()
method on the property).
This is useful because the SDK will never return a null collection or map, but you may need to differentiate
between the service returning nothing (or null) and the service returning an empty collection or map. For
requests, this returns true if a value for the property was specified in the request builder, and false if a
value was not specified.public final List<String> regionNames()
The names of the Regions. You can specify any Regions, whether they are enabled and disabled for your account.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasRegionNames()
method.
public final Boolean allRegions()
Indicates whether to display all Regions, including Regions that are disabled for your account.
public DescribeRegionsRequest.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<DescribeRegionsRequest.Builder,DescribeRegionsRequest>
toBuilder
in class Ec2Request
public static DescribeRegionsRequest.Builder builder()
public static Class<? extends DescribeRegionsRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode
in class AwsRequest
public final boolean equals(Object obj)
equals
in class AwsRequest
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField
in class SdkRequest
Copyright © 2023. All rights reserved.