@Generated(value="software.amazon.awssdk:codegen") public final class ListUserProfilesRequest extends SageMakerRequest implements ToCopyableBuilder<ListUserProfilesRequest.Builder,ListUserProfilesRequest>
Modifier and Type | Class and Description |
---|---|
static interface |
ListUserProfilesRequest.Builder |
Modifier and Type | Method and Description |
---|---|
static ListUserProfilesRequest.Builder |
builder() |
String |
domainIdEquals()
A parameter by which to filter the results.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
maxResults()
Returns a list up to a specified limit.
|
String |
nextToken()
If the previous response was truncated, you will receive this token.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListUserProfilesRequest.Builder> |
serializableBuilderClass() |
UserProfileSortKey |
sortBy()
The parameter by which to sort the results.
|
String |
sortByAsString()
The parameter by which to sort the results.
|
SortOrder |
sortOrder()
The sort order for the results.
|
String |
sortOrderAsString()
The sort order for the results.
|
ListUserProfilesRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
userProfileNameContains()
A parameter by which to filter the results.
|
overrideConfiguration
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public String nextToken()
If the previous response was truncated, you will receive this token. Use it in your next request to receive the next set of results.
public Integer maxResults()
Returns a list up to a specified limit.
public SortOrder sortOrder()
The sort order for the results. The default is Ascending.
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()
.
SortOrder
public String sortOrderAsString()
The sort order for the results. The default is Ascending.
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()
.
SortOrder
public UserProfileSortKey sortBy()
The parameter by which to sort the results. The default is CreationTime.
If the service returns an enum value that is not available in the current SDK version, sortBy
will
return UserProfileSortKey.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
sortByAsString()
.
UserProfileSortKey
public String sortByAsString()
The parameter by which to sort the results. The default is CreationTime.
If the service returns an enum value that is not available in the current SDK version, sortBy
will
return UserProfileSortKey.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
sortByAsString()
.
UserProfileSortKey
public String domainIdEquals()
A parameter by which to filter the results.
public String userProfileNameContains()
A parameter by which to filter the results.
public ListUserProfilesRequest.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<ListUserProfilesRequest.Builder,ListUserProfilesRequest>
toBuilder
in class SageMakerRequest
public static ListUserProfilesRequest.Builder builder()
public static Class<? extends ListUserProfilesRequest.Builder> serializableBuilderClass()
public int hashCode()
hashCode
in class AwsRequest
public boolean equals(Object obj)
equals
in class AwsRequest
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField
in class SdkRequest
Copyright © 2020. All rights reserved.