@Generated(value="software.amazon.awssdk:codegen") public final class ListProfilesRequest extends WellArchitectedRequest 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()
Returns the value of the MaxResults property for this object.
|
String |
nextToken()
Returns the value of the NextToken property for this object.
|
String |
profileNamePrefix()
Prefix for profile name.
|
ProfileOwnerType |
profileOwnerType()
Profile owner type.
|
String |
profileOwnerTypeAsString()
Profile owner type.
|
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 String profileNamePrefix()
Prefix for profile name.
public final ProfileOwnerType profileOwnerType()
Profile owner type.
If the service returns an enum value that is not available in the current SDK version, profileOwnerType
will return ProfileOwnerType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from profileOwnerTypeAsString().
ProfileOwnerTypepublic final String profileOwnerTypeAsString()
Profile owner type.
If the service returns an enum value that is not available in the current SDK version, profileOwnerType
will return ProfileOwnerType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from profileOwnerTypeAsString().
ProfileOwnerTypepublic final String nextToken()
public final Integer maxResults()
public ListProfilesRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListProfilesRequest.Builder,ListProfilesRequest>toBuilder in class WellArchitectedRequestpublic 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.