@Generated(value="software.amazon.awssdk:codegen") public final class UpdateAssessmentFrameworkShareRequest extends AuditManagerRequest implements ToCopyableBuilder<UpdateAssessmentFrameworkShareRequest.Builder,UpdateAssessmentFrameworkShareRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateAssessmentFrameworkShareRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
ShareRequestAction |
action()
Specifies the update action for the share request.
|
String |
actionAsString()
Specifies the update action for the share request.
|
static UpdateAssessmentFrameworkShareRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
requestId()
The unique identifier for the share request.
|
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 UpdateAssessmentFrameworkShareRequest.Builder> |
serializableBuilderClass() |
UpdateAssessmentFrameworkShareRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String requestId()
The unique identifier for the share request.
public 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 ShareRequestAction action()
Specifies the update action for the share request.
If the service returns an enum value that is not available in the current SDK version, action will
return ShareRequestAction.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
actionAsString().
ShareRequestActionpublic final String actionAsString()
Specifies the update action for the share request.
If the service returns an enum value that is not available in the current SDK version, action will
return ShareRequestAction.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
actionAsString().
ShareRequestActionpublic UpdateAssessmentFrameworkShareRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateAssessmentFrameworkShareRequest.Builder,UpdateAssessmentFrameworkShareRequest>toBuilder in class AuditManagerRequestpublic static UpdateAssessmentFrameworkShareRequest.Builder builder()
public static Class<? extends UpdateAssessmentFrameworkShareRequest.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.