@Generated(value="software.amazon.awssdk:codegen") public final class ListAssociationsRequest extends SageMakerRequest implements ToCopyableBuilder<ListAssociationsRequest.Builder,ListAssociationsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListAssociationsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
AssociationEdgeType |
associationType()
A filter that returns only associations of the specified type.
|
String |
associationTypeAsString()
A filter that returns only associations of the specified type.
|
static ListAssociationsRequest.Builder |
builder() |
Instant |
createdAfter()
A filter that returns only associations created on or after the specified time.
|
Instant |
createdBefore()
A filter that returns only associations created on or before the specified time.
|
String |
destinationArn()
A filter that returns only associations with the specified destination Amazon Resource Name (ARN).
|
String |
destinationType()
A filter that returns only associations with the specified destination type.
|
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 associations to return in the response.
|
String |
nextToken()
If the previous call to
ListAssociations didn't return the full set of associations, the call
returns a token for getting the next set of associations. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListAssociationsRequest.Builder> |
serializableBuilderClass() |
SortAssociationsBy |
sortBy()
The property used to sort results.
|
String |
sortByAsString()
The property used to sort results.
|
SortOrder |
sortOrder()
The sort order.
|
String |
sortOrderAsString()
The sort order.
|
String |
sourceArn()
A filter that returns only associations with the specified source ARN.
|
String |
sourceType()
A filter that returns only associations with the specified source type.
|
ListAssociationsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String sourceArn()
A filter that returns only associations with the specified source ARN.
public final String destinationArn()
A filter that returns only associations with the specified destination Amazon Resource Name (ARN).
public final String sourceType()
A filter that returns only associations with the specified source type.
public final String destinationType()
A filter that returns only associations with the specified destination type.
public final AssociationEdgeType associationType()
A filter that returns only associations of the specified type.
If the service returns an enum value that is not available in the current SDK version, associationType
will return AssociationEdgeType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from associationTypeAsString().
AssociationEdgeTypepublic final String associationTypeAsString()
A filter that returns only associations of the specified type.
If the service returns an enum value that is not available in the current SDK version, associationType
will return AssociationEdgeType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from associationTypeAsString().
AssociationEdgeTypepublic final Instant createdAfter()
A filter that returns only associations created on or after the specified time.
public final Instant createdBefore()
A filter that returns only associations created on or before the specified time.
public final SortAssociationsBy sortBy()
The property used to sort results. The default value is CreationTime.
If the service returns an enum value that is not available in the current SDK version, sortBy will
return SortAssociationsBy.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
sortByAsString().
CreationTime.SortAssociationsBypublic final String sortByAsString()
The property used to sort results. The default value is CreationTime.
If the service returns an enum value that is not available in the current SDK version, sortBy will
return SortAssociationsBy.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
sortByAsString().
CreationTime.SortAssociationsBypublic final SortOrder sortOrder()
The sort order. The default value is Descending.
If the service returns an enum value that is not available in the current SDK version, sortOrder will
return SortOrder.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
sortOrderAsString().
Descending.SortOrderpublic final String sortOrderAsString()
The sort order. The default value is Descending.
If the service returns an enum value that is not available in the current SDK version, sortOrder will
return SortOrder.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
sortOrderAsString().
Descending.SortOrderpublic final String nextToken()
If the previous call to ListAssociations didn't return the full set of associations, the call
returns a token for getting the next set of associations.
ListAssociations didn't return the full set of associations, the
call returns a token for getting the next set of associations.public final Integer maxResults()
The maximum number of associations to return in the response. The default value is 10.
public ListAssociationsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListAssociationsRequest.Builder,ListAssociationsRequest>toBuilder in class SageMakerRequestpublic static ListAssociationsRequest.Builder builder()
public static Class<? extends ListAssociationsRequest.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 © 2022. All rights reserved.