Class ListGatewaysRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.backupgateway.model.BackupGatewayRequest
-
- software.amazon.awssdk.services.backupgateway.model.ListGatewaysRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<ListGatewaysRequest.Builder,ListGatewaysRequest>
@Generated("software.amazon.awssdk:codegen") public final class ListGatewaysRequest extends BackupGatewayRequest implements ToCopyableBuilder<ListGatewaysRequest.Builder,ListGatewaysRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceListGatewaysRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ListGatewaysRequest.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()IntegermaxResults()The maximum number of gateways to list.StringnextToken()The next item following a partial list of returned resources.List<SdkField<?>>sdkFields()static Class<? extends ListGatewaysRequest.Builder>serializableBuilderClass()ListGatewaysRequest.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
-
maxResults
public final Integer maxResults()
The maximum number of gateways to list.
- Returns:
- The maximum number of gateways to list.
-
nextToken
public final String nextToken()
The next item following a partial list of returned resources. For example, if a request is made to return
MaxResultsnumber of resources,NextTokenallows you to return more items in your list starting at the location pointed to by the next token.- Returns:
- The next item following a partial list of returned resources. For example, if a request is made to return
MaxResultsnumber of resources,NextTokenallows you to return more items in your list starting at the location pointed to by the next token.
-
toBuilder
public ListGatewaysRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ListGatewaysRequest.Builder,ListGatewaysRequest>- Specified by:
toBuilderin classBackupGatewayRequest
-
builder
public static ListGatewaysRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends ListGatewaysRequest.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
-
-