@Generated(value="software.amazon.awssdk:codegen") public final class ListProfilesRequest extends TransferRequest implements ToCopyableBuilder<ListProfilesRequest.Builder,ListProfilesRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListProfilesRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListProfilesRequest.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 profiles to return.
|
String |
nextToken()
When there are additional results that were not returned, a
NextToken parameter is returned. |
ProfileType |
profileType()
Indicates whether to list only
LOCAL type profiles or only PARTNER type profiles. |
String |
profileTypeAsString()
Indicates whether to list only
LOCAL type profiles or only PARTNER type profiles. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListProfilesRequest.Builder> |
serializableBuilderClass() |
ListProfilesRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Integer maxResults()
The maximum number of profiles to return.
public final String nextToken()
When there are additional results that were not returned, a NextToken parameter is returned. You can
use that value for a subsequent call to ListProfiles to continue listing results.
NextToken parameter is returned.
You can use that value for a subsequent call to ListProfiles to continue listing results.public final ProfileType profileType()
Indicates whether to list only LOCAL type profiles or only PARTNER type profiles. If
not supplied in the request, the command lists all types of profiles.
If the service returns an enum value that is not available in the current SDK version, profileType will
return ProfileType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
profileTypeAsString().
LOCAL type profiles or only PARTNER type
profiles. If not supplied in the request, the command lists all types of profiles.ProfileTypepublic final String profileTypeAsString()
Indicates whether to list only LOCAL type profiles or only PARTNER type profiles. If
not supplied in the request, the command lists all types of profiles.
If the service returns an enum value that is not available in the current SDK version, profileType will
return ProfileType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
profileTypeAsString().
LOCAL type profiles or only PARTNER type
profiles. If not supplied in the request, the command lists all types of profiles.ProfileTypepublic ListProfilesRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListProfilesRequest.Builder,ListProfilesRequest>toBuilder in class TransferRequestpublic static ListProfilesRequest.Builder builder()
public static Class<? extends ListProfilesRequest.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.