Class AssessmentTarget
- java.lang.Object
-
- software.amazon.awssdk.services.inspector.model.AssessmentTarget
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<AssessmentTarget.Builder,AssessmentTarget>
@Generated("software.amazon.awssdk:codegen") public final class AssessmentTarget extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AssessmentTarget.Builder,AssessmentTarget>
Contains information about an Amazon Inspector application. This data type is used as the response element in the DescribeAssessmentTargets action.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceAssessmentTarget.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringarn()The ARN that specifies the Amazon Inspector assessment target.static AssessmentTarget.Builderbuilder()InstantcreatedAt()The time at which the assessment target is created.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringname()The name of the Amazon Inspector assessment target.StringresourceGroupArn()The ARN that specifies the resource group that is associated with the assessment target.List<SdkField<?>>sdkFields()static Class<? extends AssessmentTarget.Builder>serializableBuilderClass()AssessmentTarget.BuildertoBuilder()StringtoString()Returns a string representation of this object.InstantupdatedAt()The time at which UpdateAssessmentTarget is called.-
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
-
arn
public final String arn()
The ARN that specifies the Amazon Inspector assessment target.
- Returns:
- The ARN that specifies the Amazon Inspector assessment target.
-
name
public final String name()
The name of the Amazon Inspector assessment target.
- Returns:
- The name of the Amazon Inspector assessment target.
-
resourceGroupArn
public final String resourceGroupArn()
The ARN that specifies the resource group that is associated with the assessment target.
- Returns:
- The ARN that specifies the resource group that is associated with the assessment target.
-
createdAt
public final Instant createdAt()
The time at which the assessment target is created.
- Returns:
- The time at which the assessment target is created.
-
updatedAt
public final Instant updatedAt()
The time at which UpdateAssessmentTarget is called.
- Returns:
- The time at which UpdateAssessmentTarget is called.
-
toBuilder
public AssessmentTarget.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<AssessmentTarget.Builder,AssessmentTarget>
-
builder
public static AssessmentTarget.Builder builder()
-
serializableBuilderClass
public static Class<? extends AssessmentTarget.Builder> serializableBuilderClass()
-
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.
-
-