Class UpdateAssessmentRequest
- 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.UpdateAssessmentRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<UpdateAssessmentRequest.Builder,UpdateAssessmentRequest>
@Generated("software.amazon.awssdk:codegen") public final class UpdateAssessmentRequest extends AuditManagerRequest implements ToCopyableBuilder<UpdateAssessmentRequest.Builder,UpdateAssessmentRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceUpdateAssessmentRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringassessmentDescription()The description of the assessment.StringassessmentId()The unique identifier for the assessment.StringassessmentName()The name of the assessment to be updated.AssessmentReportsDestinationassessmentReportsDestination()The assessment report storage destination for the assessment that's being updated.static UpdateAssessmentRequest.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()booleanhasRoles()For responses, this returns true if the service returned a value for the Roles property.List<Role>roles()The list of roles for the assessment.Scopescope()The scope of the assessment.List<SdkField<?>>sdkFields()static Class<? extends UpdateAssessmentRequest.Builder>serializableBuilderClass()UpdateAssessmentRequest.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
-
assessmentId
public final String assessmentId()
The unique identifier for the assessment.
- Returns:
- The unique identifier for the assessment.
-
assessmentName
public final String assessmentName()
The name of the assessment to be updated.
- Returns:
- The name of the assessment to be updated.
-
assessmentDescription
public final String assessmentDescription()
The description of the assessment.
- Returns:
- The description of the assessment.
-
scope
public final Scope scope()
The scope of the assessment.
- Returns:
- The scope of the assessment.
-
assessmentReportsDestination
public final AssessmentReportsDestination assessmentReportsDestination()
The assessment report storage destination for the assessment that's being updated.
- Returns:
- The assessment report storage destination for the assessment that's being updated.
-
hasRoles
public final boolean hasRoles()
For responses, this returns true if the service returned a value for the Roles property. This DOES NOT check that the value is non-empty (for which, you should check theisEmpty()method on the property). This is useful because the SDK will never return a null collection or map, but you may need to differentiate between the service returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true if a value for the property was specified in the request builder, and false if a value was not specified.
-
roles
public final List<Role> roles()
The list of roles for the assessment.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the
hasRoles()method.- Returns:
- The list of roles for the assessment.
-
toBuilder
public UpdateAssessmentRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<UpdateAssessmentRequest.Builder,UpdateAssessmentRequest>- Specified by:
toBuilderin classAuditManagerRequest
-
builder
public static UpdateAssessmentRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends UpdateAssessmentRequest.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
-
-