Class ListBridgesRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.mediaconnect.model.MediaConnectRequest
-
- software.amazon.awssdk.services.mediaconnect.model.ListBridgesRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<ListBridgesRequest.Builder,ListBridgesRequest>
@Generated("software.amazon.awssdk:codegen") public final class ListBridgesRequest extends MediaConnectRequest implements ToCopyableBuilder<ListBridgesRequest.Builder,ListBridgesRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceListBridgesRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ListBridgesRequest.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)StringfilterArn()Filter the list results to display only the bridges associated with the selected Amazon Resource Name (ARN).<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()IntegermaxResults()The maximum number of results to return per API request.StringnextToken()The token that identifies which batch of results that you want to see.List<SdkField<?>>sdkFields()static Class<? extends ListBridgesRequest.Builder>serializableBuilderClass()ListBridgesRequest.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
-
filterArn
public final String filterArn()
Filter the list results to display only the bridges associated with the selected Amazon Resource Name (ARN).- Returns:
- Filter the list results to display only the bridges associated with the selected Amazon Resource Name (ARN).
-
maxResults
public final Integer maxResults()
The maximum number of results to return per API request. For example, you submit a ListBridges request with MaxResults set at 5. Although 20 items match your request, the service returns no more than the first 5 items. (The service also returns a NextToken value that you can use to fetch the next batch of results.) The service might return fewer results than the MaxResults value. If MaxResults is not included in the request, the service defaults to pagination with a maximum of 10 results per page.- Returns:
- The maximum number of results to return per API request. For example, you submit a ListBridges request with MaxResults set at 5. Although 20 items match your request, the service returns no more than the first 5 items. (The service also returns a NextToken value that you can use to fetch the next batch of results.) The service might return fewer results than the MaxResults value. If MaxResults is not included in the request, the service defaults to pagination with a maximum of 10 results per page.
-
nextToken
public final String nextToken()
The token that identifies which batch of results that you want to see. For example, you submit a ListBridges request with MaxResults set at 5. The service returns the first batch of results (up to 5) and a NextToken value. To see the next batch of results, you can submit the ListBridges request a second time and specify the NextToken value.- Returns:
- The token that identifies which batch of results that you want to see. For example, you submit a ListBridges request with MaxResults set at 5. The service returns the first batch of results (up to 5) and a NextToken value. To see the next batch of results, you can submit the ListBridges request a second time and specify the NextToken value.
-
toBuilder
public ListBridgesRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ListBridgesRequest.Builder,ListBridgesRequest>- Specified by:
toBuilderin classMediaConnectRequest
-
builder
public static ListBridgesRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends ListBridgesRequest.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
-
-