@Generated(value="software.amazon.awssdk:codegen") public final class ListAssessmentFrameworkShareRequestsRequest extends AuditManagerRequest implements ToCopyableBuilder<ListAssessmentFrameworkShareRequestsRequest.Builder,ListAssessmentFrameworkShareRequestsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListAssessmentFrameworkShareRequestsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListAssessmentFrameworkShareRequestsRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
maxResults()
Represents the maximum number of results on a page or for an API request call.
|
String |
nextToken()
The pagination token that's used to fetch the next set of results.
|
ShareRequestType |
requestType()
Specifies whether the share request is a sent request or a received request.
|
String |
requestTypeAsString()
Specifies whether the share request is a sent request or a received request.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListAssessmentFrameworkShareRequestsRequest.Builder> |
serializableBuilderClass() |
ListAssessmentFrameworkShareRequestsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final ShareRequestType requestType()
Specifies whether the share request is a sent request or a received request.
If the service returns an enum value that is not available in the current SDK version, requestType will
return ShareRequestType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
requestTypeAsString().
ShareRequestTypepublic final String requestTypeAsString()
Specifies whether the share request is a sent request or a received request.
If the service returns an enum value that is not available in the current SDK version, requestType will
return ShareRequestType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
requestTypeAsString().
ShareRequestTypepublic final String nextToken()
The pagination token that's used to fetch the next set of results.
public final Integer maxResults()
Represents the maximum number of results on a page or for an API request call.
public ListAssessmentFrameworkShareRequestsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListAssessmentFrameworkShareRequestsRequest.Builder,ListAssessmentFrameworkShareRequestsRequest>toBuilder in class AuditManagerRequestpublic static ListAssessmentFrameworkShareRequestsRequest.Builder builder()
public static Class<? extends ListAssessmentFrameworkShareRequestsRequest.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 © 2022. All rights reserved.