@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) |
boolean |
equalsBySdkFields(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() |
String |
toString()
Returns a string representation of this object.
|
Instant |
updatedAt()
The time at which UpdateAssessmentTarget is called.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String arn()
The ARN that specifies the Amazon Inspector assessment target.
public final String name()
The name of the Amazon Inspector assessment target.
public final String resourceGroupArn()
The ARN that specifies the resource group that is associated with the assessment target.
public final Instant createdAt()
The time at which the assessment target is created.
public final Instant updatedAt()
The time at which UpdateAssessmentTarget is called.
public AssessmentTarget.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AssessmentTarget.Builder,AssessmentTarget>public static AssessmentTarget.Builder builder()
public static Class<? extends AssessmentTarget.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.