Class StartAssessmentFrameworkShareRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.auditmanager.model.AuditManagerRequest
-
- software.amazon.awssdk.services.auditmanager.model.StartAssessmentFrameworkShareRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<StartAssessmentFrameworkShareRequest.Builder,StartAssessmentFrameworkShareRequest>
@Generated("software.amazon.awssdk:codegen") public final class StartAssessmentFrameworkShareRequest extends AuditManagerRequest implements ToCopyableBuilder<StartAssessmentFrameworkShareRequest.Builder,StartAssessmentFrameworkShareRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceStartAssessmentFrameworkShareRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static StartAssessmentFrameworkShareRequest.Builderbuilder()Stringcomment()An optional comment from the sender about the share request.StringdestinationAccount()The Amazon Web Services account of the recipient.StringdestinationRegion()The Amazon Web Services Region of the recipient.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)StringframeworkId()The unique identifier for the custom framework to be shared.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends StartAssessmentFrameworkShareRequest.Builder>serializableBuilderClass()StartAssessmentFrameworkShareRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
frameworkId
public final String frameworkId()
The unique identifier for the custom framework to be shared.
- Returns:
- The unique identifier for the custom framework to be shared.
-
destinationAccount
public final String destinationAccount()
The Amazon Web Services account of the recipient.
- Returns:
- The Amazon Web Services account of the recipient.
-
destinationRegion
public final String destinationRegion()
The Amazon Web Services Region of the recipient.
- Returns:
- The Amazon Web Services Region of the recipient.
-
comment
public final String comment()
An optional comment from the sender about the share request.
- Returns:
- An optional comment from the sender about the share request.
-
toBuilder
public StartAssessmentFrameworkShareRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<StartAssessmentFrameworkShareRequest.Builder,StartAssessmentFrameworkShareRequest>- Specified by:
toBuilderin classAuditManagerRequest
-
builder
public static StartAssessmentFrameworkShareRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends StartAssessmentFrameworkShareRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkRequest
-
-