@Generated(value="software.amazon.awssdk:codegen") public final class ListSegmentReferencesRequest extends EvidentlyRequest implements ToCopyableBuilder<ListSegmentReferencesRequest.Builder,ListSegmentReferencesRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListSegmentReferencesRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListSegmentReferencesRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
maxResults()
The maximum number of results to include in the response.
|
String |
nextToken()
The token to use when requesting the next set of results.
|
List<SdkField<?>> |
sdkFields() |
String |
segment()
The ARN of the segment that you want to view information for.
|
static Class<? extends ListSegmentReferencesRequest.Builder> |
serializableBuilderClass() |
ListSegmentReferencesRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
SegmentReferenceResourceType |
type()
Specifies whether to return information about launches or experiments that use this segment.
|
String |
typeAsString()
Specifies whether to return information about launches or experiments that use this segment.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Integer maxResults()
The maximum number of results to include in the response. If you omit this, the default of 50 is used.
public final String nextToken()
The token to use when requesting the next set of results. You received this token from a previous
ListSegmentReferences operation.
ListSegmentReferences operation.public final String segment()
The ARN of the segment that you want to view information for.
public final SegmentReferenceResourceType type()
Specifies whether to return information about launches or experiments that use this segment.
If the service returns an enum value that is not available in the current SDK version, type will return
SegmentReferenceResourceType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from typeAsString().
SegmentReferenceResourceTypepublic final String typeAsString()
Specifies whether to return information about launches or experiments that use this segment.
If the service returns an enum value that is not available in the current SDK version, type will return
SegmentReferenceResourceType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from typeAsString().
SegmentReferenceResourceTypepublic ListSegmentReferencesRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListSegmentReferencesRequest.Builder,ListSegmentReferencesRequest>toBuilder in class EvidentlyRequestpublic static ListSegmentReferencesRequest.Builder builder()
public static Class<? extends ListSegmentReferencesRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.