@Generated(value="software.amazon.awssdk:codegen") public final class DescribeHomeRegionControlsRequest extends MigrationHubConfigRequest implements ToCopyableBuilder<DescribeHomeRegionControlsRequest.Builder,DescribeHomeRegionControlsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeHomeRegionControlsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DescribeHomeRegionControlsRequest.Builder |
builder() |
String |
controlId()
The
ControlID is a unique identifier string of your HomeRegionControl object. |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
homeRegion()
The name of the home region you'd like to view.
|
Integer |
maxResults()
The maximum number of filtering results to display per page.
|
String |
nextToken()
If a
NextToken was returned by a previous call, more results are available. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends DescribeHomeRegionControlsRequest.Builder> |
serializableBuilderClass() |
Target |
target()
The target parameter specifies the identifier to which the home region is applied, which is always of type
ACCOUNT. |
DescribeHomeRegionControlsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String controlId()
The ControlID is a unique identifier string of your HomeRegionControl object.
ControlID is a unique identifier string of your HomeRegionControl object.public final String homeRegion()
The name of the home region you'd like to view.
public final Target target()
The target parameter specifies the identifier to which the home region is applied, which is always of type
ACCOUNT. It applies the home region to the current ACCOUNT.
ACCOUNT. It applies the home region to the current ACCOUNT.public final Integer maxResults()
The maximum number of filtering results to display per page.
public final String nextToken()
If a NextToken was returned by a previous call, more results are available. To retrieve the next
page of results, make the call again using the returned token in NextToken.
NextToken was returned by a previous call, more results are available. To retrieve the
next page of results, make the call again using the returned token in NextToken.public DescribeHomeRegionControlsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DescribeHomeRegionControlsRequest.Builder,DescribeHomeRegionControlsRequest>toBuilder in class MigrationHubConfigRequestpublic static DescribeHomeRegionControlsRequest.Builder builder()
public static Class<? extends DescribeHomeRegionControlsRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.