@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)
Marshalls this structured data using the given
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.AwsIamAccessKeyStatus
public String getStatus()
The status of the IAM access key related to a finding.
AwsIamAccessKeyStatus
public 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.AwsIamAccessKeyStatus
public 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.AwsIamAccessKeyStatus
public 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 Object
Object.toString()
public AwsIamAccessKeyDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.