@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AwsIamAccessKeyDetails extends Object implements Serializable, Cloneable, StructuredPojo
AWS IAM access key details related to a finding.
| Constructor and Description |
|---|
AwsIamAccessKeyDetails() |
| Modifier and Type | Method and Description |
|---|---|
AwsIamAccessKeyDetails |
clone() |
boolean |
equals(Object obj) |
String |
getCreatedAt()
The creation date/time of the IAM access key related to a finding.
|
String |
getStatus()
The status of the IAM access key related to a finding.
|
String |
getUserName()
The user associated with the IAM access key related to a finding.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setCreatedAt(String createdAt)
The creation date/time of the IAM access key related to a finding.
|
void |
setStatus(String status)
The status of the IAM access key related to a finding.
|
void |
setUserName(String userName)
The user associated with the IAM access key related to a finding.
|
String |
toString()
Returns a string representation of this object.
|
AwsIamAccessKeyDetails |
withCreatedAt(String createdAt)
The creation date/time of the IAM access key related to a finding.
|
AwsIamAccessKeyDetails |
withStatus(AwsIamAccessKeyStatus status)
The status of the IAM access key related to a finding.
|
AwsIamAccessKeyDetails |
withStatus(String status)
The status of the IAM access key related to a finding.
|
AwsIamAccessKeyDetails |
withUserName(String userName)
The user associated with the IAM access key related to a finding.
|
public void setUserName(String userName)
The user associated with the IAM access key related to a finding.
userName - The user associated with the IAM access key related to a finding.public String getUserName()
The user associated with the IAM access key related to a finding.
public AwsIamAccessKeyDetails withUserName(String userName)
The user associated with the IAM access key related to a finding.
userName - The user associated with the IAM access key related to a finding.public void setStatus(String status)
The status of the IAM access key related to a finding.
status - The status of the IAM access key related to a finding.AwsIamAccessKeyStatuspublic String getStatus()
The status of the IAM access key related to a finding.
AwsIamAccessKeyStatuspublic AwsIamAccessKeyDetails withStatus(String status)
The status of the IAM access key related to a finding.
status - The status of the IAM access key related to a finding.AwsIamAccessKeyStatuspublic AwsIamAccessKeyDetails withStatus(AwsIamAccessKeyStatus status)
The status of the IAM access key related to a finding.
status - The status of the IAM access key related to a finding.AwsIamAccessKeyStatuspublic void setCreatedAt(String createdAt)
The creation date/time of the IAM access key related to a finding.
createdAt - The creation date/time of the IAM access key related to a finding.public String getCreatedAt()
The creation date/time of the IAM access key related to a finding.
public AwsIamAccessKeyDetails withCreatedAt(String createdAt)
The creation date/time of the IAM access key related to a finding.
createdAt - The creation date/time of the IAM access key related to a finding.public String toString()
toString in class ObjectObject.toString()public AwsIamAccessKeyDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2018. All rights reserved.