@Generated(value="software.amazon.awssdk:codegen") public final class ListRecommendationsRequest extends DevOpsGuruRequest implements ToCopyableBuilder<ListRecommendationsRequest.Builder,ListRecommendationsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListRecommendationsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
accountId()
The ID of the Amazon Web Services account.
|
static ListRecommendationsRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
insightId()
The ID of the requested insight.
|
Locale |
locale()
A locale that specifies the language to use for recommendations.
|
String |
localeAsString()
A locale that specifies the language to use for recommendations.
|
String |
nextToken()
The pagination token to use to retrieve the next page of results for this operation.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListRecommendationsRequest.Builder> |
serializableBuilderClass() |
ListRecommendationsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String insightId()
The ID of the requested insight.
public final String nextToken()
The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.
public final Locale locale()
A locale that specifies the language to use for recommendations.
If the service returns an enum value that is not available in the current SDK version, locale will
return Locale.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
localeAsString().
Localepublic final String localeAsString()
A locale that specifies the language to use for recommendations.
If the service returns an enum value that is not available in the current SDK version, locale will
return Locale.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
localeAsString().
Localepublic final String accountId()
The ID of the Amazon Web Services account.
public ListRecommendationsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListRecommendationsRequest.Builder,ListRecommendationsRequest>toBuilder in class DevOpsGuruRequestpublic static ListRecommendationsRequest.Builder builder()
public static Class<? extends ListRecommendationsRequest.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.