@Generated(value="software.amazon.awssdk:codegen") public final class DelegationMetadata extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DelegationMetadata.Builder,DelegationMetadata>
The metadata that's associated with the delegation.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DelegationMetadata.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
assessmentId()
The unique identifier for the assessment.
|
String |
assessmentName()
The name of the associated assessment.
|
static DelegationMetadata.Builder |
builder() |
String |
controlSetName()
Specifies the name of the control set that was delegated for review.
|
Instant |
creationTime()
Specifies when the delegation was created.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
id()
The unique identifier for the delegation.
|
String |
roleArn()
The Amazon Resource Name (ARN) of the IAM role.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DelegationMetadata.Builder> |
serializableBuilderClass() |
DelegationStatus |
status()
The current status of the delegation.
|
String |
statusAsString()
The current status of the delegation.
|
DelegationMetadata.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String id()
The unique identifier for the delegation.
public final String assessmentName()
The name of the associated assessment.
public final String assessmentId()
The unique identifier for the assessment.
public final DelegationStatus status()
The current status of the delegation.
If the service returns an enum value that is not available in the current SDK version, status will
return DelegationStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
DelegationStatuspublic final String statusAsString()
The current status of the delegation.
If the service returns an enum value that is not available in the current SDK version, status will
return DelegationStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
DelegationStatuspublic final String roleArn()
The Amazon Resource Name (ARN) of the IAM role.
public final Instant creationTime()
Specifies when the delegation was created.
public final String controlSetName()
Specifies the name of the control set that was delegated for review.
public DelegationMetadata.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DelegationMetadata.Builder,DelegationMetadata>public static DelegationMetadata.Builder builder()
public static Class<? extends DelegationMetadata.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.