Class UpdateAssessmentTargetRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.inspector.model.InspectorRequest
-
- software.amazon.awssdk.services.inspector.model.UpdateAssessmentTargetRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<UpdateAssessmentTargetRequest.Builder,UpdateAssessmentTargetRequest>
@Generated("software.amazon.awssdk:codegen") public final class UpdateAssessmentTargetRequest extends InspectorRequest implements ToCopyableBuilder<UpdateAssessmentTargetRequest.Builder,UpdateAssessmentTargetRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceUpdateAssessmentTargetRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringassessmentTargetArn()The ARN of the assessment target that you want to update.StringassessmentTargetName()The name of the assessment target that you want to update.static UpdateAssessmentTargetRequest.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringresourceGroupArn()The ARN of the resource group that is used to specify the new resource group to associate with the assessment target.List<SdkField<?>>sdkFields()static Class<? extends UpdateAssessmentTargetRequest.Builder>serializableBuilderClass()UpdateAssessmentTargetRequest.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
-
assessmentTargetArn
public final String assessmentTargetArn()
The ARN of the assessment target that you want to update.
- Returns:
- The ARN of the assessment target that you want to update.
-
assessmentTargetName
public final String assessmentTargetName()
The name of the assessment target that you want to update.
- Returns:
- The name of the assessment target that you want to update.
-
resourceGroupArn
public final String resourceGroupArn()
The ARN of the resource group that is used to specify the new resource group to associate with the assessment target.
- Returns:
- The ARN of the resource group that is used to specify the new resource group to associate with the assessment target.
-
toBuilder
public UpdateAssessmentTargetRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<UpdateAssessmentTargetRequest.Builder,UpdateAssessmentTargetRequest>- Specified by:
toBuilderin classInspectorRequest
-
builder
public static UpdateAssessmentTargetRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends UpdateAssessmentTargetRequest.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
-
-