@Generated(value="software.amazon.awssdk:codegen") public final class AwsIamAccessKeyDetails extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AwsIamAccessKeyDetails.Builder,AwsIamAccessKeyDetails>
AWS IAM access key details related to a finding.
Modifier and Type | Class and Description |
---|---|
static interface |
AwsIamAccessKeyDetails.Builder |
Modifier and Type | Method and Description |
---|---|
static AwsIamAccessKeyDetails.Builder |
builder() |
String |
createdAt()
The creation date/time of the IAM access key related to a finding.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends AwsIamAccessKeyDetails.Builder> |
serializableBuilderClass() |
AwsIamAccessKeyStatus |
status()
The status of the IAM access key related to a finding.
|
String |
statusAsString()
The status of the IAM access key related to a finding.
|
AwsIamAccessKeyDetails.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
String |
userName()
The user associated with the IAM access key related to a finding.
|
copy
public String userName()
The user associated with the IAM access key related to a finding.
public AwsIamAccessKeyStatus status()
The status of the IAM access key related to a finding.
If the service returns an enum value that is not available in the current SDK version, status
will
return AwsIamAccessKeyStatus.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available
from statusAsString()
.
AwsIamAccessKeyStatus
public String statusAsString()
The status of the IAM access key related to a finding.
If the service returns an enum value that is not available in the current SDK version, status
will
return AwsIamAccessKeyStatus.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available
from statusAsString()
.
AwsIamAccessKeyStatus
public String createdAt()
The creation date/time of the IAM access key related to a finding.
public AwsIamAccessKeyDetails.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<AwsIamAccessKeyDetails.Builder,AwsIamAccessKeyDetails>
public static AwsIamAccessKeyDetails.Builder builder()
public static Class<? extends AwsIamAccessKeyDetails.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.