Class DescribeTrustStoreAssociationsRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.elasticloadbalancingv2.model.ElasticLoadBalancingV2Request
-
- software.amazon.awssdk.services.elasticloadbalancingv2.model.DescribeTrustStoreAssociationsRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<DescribeTrustStoreAssociationsRequest.Builder,DescribeTrustStoreAssociationsRequest>
@Generated("software.amazon.awssdk:codegen") public final class DescribeTrustStoreAssociationsRequest extends ElasticLoadBalancingV2Request implements ToCopyableBuilder<DescribeTrustStoreAssociationsRequest.Builder,DescribeTrustStoreAssociationsRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDescribeTrustStoreAssociationsRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DescribeTrustStoreAssociationsRequest.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringmarker()The marker for the next set of results.IntegerpageSize()The maximum number of results to return with this call.List<SdkField<?>>sdkFields()static Class<? extends DescribeTrustStoreAssociationsRequest.Builder>serializableBuilderClass()DescribeTrustStoreAssociationsRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.StringtrustStoreArn()The Amazon Resource Name (ARN) of the trust store.-
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
-
trustStoreArn
public final String trustStoreArn()
The Amazon Resource Name (ARN) of the trust store.
- Returns:
- The Amazon Resource Name (ARN) of the trust store.
-
marker
public final String marker()
The marker for the next set of results. (You received this marker from a previous call.)
- Returns:
- The marker for the next set of results. (You received this marker from a previous call.)
-
pageSize
public final Integer pageSize()
The maximum number of results to return with this call.
- Returns:
- The maximum number of results to return with this call.
-
toBuilder
public DescribeTrustStoreAssociationsRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<DescribeTrustStoreAssociationsRequest.Builder,DescribeTrustStoreAssociationsRequest>- Specified by:
toBuilderin classElasticLoadBalancingV2Request
-
builder
public static DescribeTrustStoreAssociationsRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends DescribeTrustStoreAssociationsRequest.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
-
-