@Generated(value="software.amazon.awssdk:codegen") public final class UpdateAssessmentControlRequest extends AuditManagerRequest implements ToCopyableBuilder<UpdateAssessmentControlRequest.Builder,UpdateAssessmentControlRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateAssessmentControlRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
assessmentId()
The unique identifier for the assessment.
|
static UpdateAssessmentControlRequest.Builder |
builder() |
String |
commentBody()
The comment body text for the control.
|
String |
controlId()
The unique identifier for the control.
|
String |
controlSetId()
The unique identifier for the control set.
|
ControlStatus |
controlStatus()
The status of the control.
|
String |
controlStatusAsString()
The status of the control.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateAssessmentControlRequest.Builder> |
serializableBuilderClass() |
UpdateAssessmentControlRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String assessmentId()
The unique identifier for the assessment.
public final String controlSetId()
The unique identifier for the control set.
public final String controlId()
The unique identifier for the control.
public final ControlStatus controlStatus()
The status of the control.
If the service returns an enum value that is not available in the current SDK version, controlStatus
will return ControlStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
controlStatusAsString().
ControlStatuspublic final String controlStatusAsString()
The status of the control.
If the service returns an enum value that is not available in the current SDK version, controlStatus
will return ControlStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
controlStatusAsString().
ControlStatuspublic final String commentBody()
The comment body text for the control.
public UpdateAssessmentControlRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateAssessmentControlRequest.Builder,UpdateAssessmentControlRequest>toBuilder in class AuditManagerRequestpublic static UpdateAssessmentControlRequest.Builder builder()
public static Class<? extends UpdateAssessmentControlRequest.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 © 2023. All rights reserved.