Class GetSegmentVersionsRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.pinpoint.model.PinpointRequest
-
- software.amazon.awssdk.services.pinpoint.model.GetSegmentVersionsRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<GetSegmentVersionsRequest.Builder,GetSegmentVersionsRequest>
@Generated("software.amazon.awssdk:codegen") public final class GetSegmentVersionsRequest extends PinpointRequest implements ToCopyableBuilder<GetSegmentVersionsRequest.Builder,GetSegmentVersionsRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceGetSegmentVersionsRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringapplicationId()The unique identifier for the application.static GetSegmentVersionsRequest.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringpageSize()The maximum number of items to include in each page of a paginated response.List<SdkField<?>>sdkFields()StringsegmentId()The unique identifier for the segment.static Class<? extends GetSegmentVersionsRequest.Builder>serializableBuilderClass()GetSegmentVersionsRequest.BuildertoBuilder()Stringtoken()The NextToken string that specifies which page of results to return in a paginated response.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
-
applicationId
public final String applicationId()
The unique identifier for the application. This identifier is displayed as the Project ID on the Amazon Pinpoint console.
- Returns:
- The unique identifier for the application. This identifier is displayed as the Project ID on the Amazon Pinpoint console.
-
pageSize
public final String pageSize()
The maximum number of items to include in each page of a paginated response. This parameter is not supported for application, campaign, and journey metrics.
- Returns:
- The maximum number of items to include in each page of a paginated response. This parameter is not supported for application, campaign, and journey metrics.
-
segmentId
public final String segmentId()
The unique identifier for the segment.
- Returns:
- The unique identifier for the segment.
-
token
public final String token()
The NextToken string that specifies which page of results to return in a paginated response.
- Returns:
- The NextToken string that specifies which page of results to return in a paginated response.
-
toBuilder
public GetSegmentVersionsRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<GetSegmentVersionsRequest.Builder,GetSegmentVersionsRequest>- Specified by:
toBuilderin classPinpointRequest
-
builder
public static GetSegmentVersionsRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends GetSegmentVersionsRequest.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
-
-