@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 identifier for the specified assessment.
|
static UpdateAssessmentControlRequest.Builder |
builder() |
String |
commentBody()
The comment body text for the specified control.
|
String |
controlId()
The identifier for the specified control.
|
String |
controlSetId()
The identifier for the specified control set.
|
ControlStatus |
controlStatus()
The status of the specified control.
|
String |
controlStatusAsString()
The status of the specified 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 identifier for the specified assessment.
public final String controlSetId()
The identifier for the specified control set.
public final String controlId()
The identifier for the specified control.
public final ControlStatus controlStatus()
The status of the specified 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 specified 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 specified 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 © 2021. All rights reserved.