@Generated(value="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.
Modifier and Type | Class and Description |
---|---|
static interface |
AssessmentTarget.Builder |
Modifier and Type | Method and Description |
---|---|
String |
arn()
The ARN that specifies the Amazon Inspector assessment target.
|
static AssessmentTarget.Builder |
builder() |
Instant |
createdAt()
The time at which the assessment target is created.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
name()
The name of the Amazon Inspector assessment target.
|
String |
resourceGroupArn()
The ARN that specifies the resource group that is associated with the assessment target.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AssessmentTarget.Builder> |
serializableBuilderClass() |
AssessmentTarget.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
Instant |
updatedAt()
The time at which UpdateAssessmentTarget is called.
|
copy
public String arn()
The ARN that specifies the Amazon Inspector assessment target.
public String name()
The name of the Amazon Inspector assessment target.
public String resourceGroupArn()
The ARN that specifies the resource group that is associated with the assessment target.
public Instant createdAt()
The time at which the assessment target is created.
public Instant updatedAt()
The time at which UpdateAssessmentTarget is called.
public AssessmentTarget.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<AssessmentTarget.Builder,AssessmentTarget>
public static AssessmentTarget.Builder builder()
public static Class<? extends AssessmentTarget.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.