@Generated(value="software.amazon.awssdk:codegen") public final class ListAnswersRequest extends WellArchitectedRequest implements ToCopyableBuilder<ListAnswersRequest.Builder,ListAnswersRequest>
Input to list answers.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListAnswersRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListAnswersRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
lensAlias()
Returns the value of the LensAlias property for this object.
|
Integer |
maxResults()
The maximum number of results to return for this request.
|
Integer |
milestoneNumber()
Returns the value of the MilestoneNumber property for this object.
|
String |
nextToken()
Returns the value of the NextToken property for this object.
|
String |
pillarId()
Returns the value of the PillarId property for this object.
|
QuestionPriority |
questionPriority()
The priority of the question.
|
String |
questionPriorityAsString()
The priority of the question.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListAnswersRequest.Builder> |
serializableBuilderClass() |
ListAnswersRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
workloadId()
Returns the value of the WorkloadId property for this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String workloadId()
public final String lensAlias()
public final String pillarId()
public final Integer milestoneNumber()
public final String nextToken()
public final Integer maxResults()
The maximum number of results to return for this request.
public final QuestionPriority questionPriority()
The priority of the question.
If the service returns an enum value that is not available in the current SDK version, questionPriority
will return QuestionPriority.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from questionPriorityAsString().
QuestionPrioritypublic final String questionPriorityAsString()
The priority of the question.
If the service returns an enum value that is not available in the current SDK version, questionPriority
will return QuestionPriority.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from questionPriorityAsString().
QuestionPrioritypublic ListAnswersRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListAnswersRequest.Builder,ListAnswersRequest>toBuilder in class WellArchitectedRequestpublic static ListAnswersRequest.Builder builder()
public static Class<? extends ListAnswersRequest.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.