Class DescribeHomeRegionControlsRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.migrationhubconfig.model.MigrationHubConfigRequest
-
- software.amazon.awssdk.services.migrationhubconfig.model.DescribeHomeRegionControlsRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<DescribeHomeRegionControlsRequest.Builder,DescribeHomeRegionControlsRequest>
@Generated("software.amazon.awssdk:codegen") public final class DescribeHomeRegionControlsRequest extends MigrationHubConfigRequest implements ToCopyableBuilder<DescribeHomeRegionControlsRequest.Builder,DescribeHomeRegionControlsRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDescribeHomeRegionControlsRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DescribeHomeRegionControlsRequest.Builderbuilder()StringcontrolId()TheControlIDis a unique identifier string of yourHomeRegionControlobject.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringhomeRegion()The name of the home region you'd like to view.IntegermaxResults()The maximum number of filtering results to display per page.StringnextToken()If aNextTokenwas returned by a previous call, more results are available.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends DescribeHomeRegionControlsRequest.Builder>serializableBuilderClass()Targettarget()The target parameter specifies the identifier to which the home region is applied, which is always of typeACCOUNT.DescribeHomeRegionControlsRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
controlId
public final String controlId()
The
ControlIDis a unique identifier string of yourHomeRegionControlobject.- Returns:
- The
ControlIDis a unique identifier string of yourHomeRegionControlobject.
-
homeRegion
public final String homeRegion()
The name of the home region you'd like to view.
- Returns:
- The name of the home region you'd like to view.
-
target
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 currentACCOUNT.- Returns:
- 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 currentACCOUNT.
-
maxResults
public final Integer maxResults()
The maximum number of filtering results to display per page.
- Returns:
- The maximum number of filtering results to display per page.
-
nextToken
public final String nextToken()
If a
NextTokenwas returned by a previous call, more results are available. To retrieve the next page of results, make the call again using the returned token inNextToken.- Returns:
- If a
NextTokenwas returned by a previous call, more results are available. To retrieve the next page of results, make the call again using the returned token inNextToken.
-
toBuilder
public DescribeHomeRegionControlsRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<DescribeHomeRegionControlsRequest.Builder,DescribeHomeRegionControlsRequest>- Specified by:
toBuilderin classMigrationHubConfigRequest
-
builder
public static DescribeHomeRegionControlsRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends DescribeHomeRegionControlsRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkRequest
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-