@Generated(value="software.amazon.awssdk:codegen") public final class StartAssessmentFrameworkShareRequest extends AuditManagerRequest implements ToCopyableBuilder<StartAssessmentFrameworkShareRequest.Builder,StartAssessmentFrameworkShareRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
StartAssessmentFrameworkShareRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static StartAssessmentFrameworkShareRequest.Builder |
builder() |
String |
comment()
An optional comment from the sender about the share request.
|
String |
destinationAccount()
The Amazon Web Services account of the recipient.
|
String |
destinationRegion()
The Amazon Web Services Region of the recipient.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
frameworkId()
The unique identifier for the custom framework to be shared.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends StartAssessmentFrameworkShareRequest.Builder> |
serializableBuilderClass() |
StartAssessmentFrameworkShareRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String frameworkId()
The unique identifier for the custom framework to be shared.
public final String destinationAccount()
The Amazon Web Services account of the recipient.
public final String destinationRegion()
The Amazon Web Services Region of the recipient.
public final String comment()
An optional comment from the sender about the share request.
public StartAssessmentFrameworkShareRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<StartAssessmentFrameworkShareRequest.Builder,StartAssessmentFrameworkShareRequest>toBuilder in class AuditManagerRequestpublic static StartAssessmentFrameworkShareRequest.Builder builder()
public static Class<? extends StartAssessmentFrameworkShareRequest.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.