@Generated(value="software.amazon.awssdk:codegen") public final class UpdateAssessmentFrameworkRequest extends AuditManagerRequest implements ToCopyableBuilder<UpdateAssessmentFrameworkRequest.Builder,UpdateAssessmentFrameworkRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateAssessmentFrameworkRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UpdateAssessmentFrameworkRequest.Builder |
builder() |
String |
complianceType()
The compliance type that the new custom framework supports, such as CIS or HIPAA.
|
List<UpdateAssessmentFrameworkControlSet> |
controlSets()
The control sets associated with the framework.
|
String |
description()
The description of the framework that is to be updated.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
frameworkId()
The identifier for the specified framework.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasControlSets()
Returns true if the ControlSets property was specified by the sender (it may be empty), or false if the sender
did not specify the value (it will be empty).
|
int |
hashCode() |
String |
name()
The name of the framework to be updated.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateAssessmentFrameworkRequest.Builder> |
serializableBuilderClass() |
UpdateAssessmentFrameworkRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String frameworkId()
The identifier for the specified framework.
public final String name()
The name of the framework to be updated.
public final String description()
The description of the framework that is to be updated.
public final String complianceType()
The compliance type that the new custom framework supports, such as CIS or HIPAA.
public final boolean hasControlSets()
public final List<UpdateAssessmentFrameworkControlSet> controlSets()
The control sets associated with the framework.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasControlSets() to see if a value was sent in this field.
public UpdateAssessmentFrameworkRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateAssessmentFrameworkRequest.Builder,UpdateAssessmentFrameworkRequest>toBuilder in class AuditManagerRequestpublic static UpdateAssessmentFrameworkRequest.Builder builder()
public static Class<? extends UpdateAssessmentFrameworkRequest.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 © 2021. All rights reserved.