@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UnusedIamUserPasswordDetails extends Object implements Serializable, Cloneable, StructuredPojo
Contains information about an unused access finding for an IAM user password. IAM Access Analyzer charges for unused access analysis based on the number of IAM roles and users analyzed per month. For more details on pricing, see IAM Access Analyzer pricing.
Constructor and Description |
---|
UnusedIamUserPasswordDetails() |
Modifier and Type | Method and Description |
---|---|
UnusedIamUserPasswordDetails |
clone() |
boolean |
equals(Object obj) |
Date |
getLastAccessed()
The time at which the password was last accessed.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setLastAccessed(Date lastAccessed)
The time at which the password was last accessed.
|
String |
toString()
Returns a string representation of this object.
|
UnusedIamUserPasswordDetails |
withLastAccessed(Date lastAccessed)
The time at which the password was last accessed.
|
public void setLastAccessed(Date lastAccessed)
The time at which the password was last accessed.
lastAccessed
- The time at which the password was last accessed.public Date getLastAccessed()
The time at which the password was last accessed.
public UnusedIamUserPasswordDetails withLastAccessed(Date lastAccessed)
The time at which the password was last accessed.
lastAccessed
- The time at which the password was last accessed.public String toString()
toString
in class Object
Object.toString()
public UnusedIamUserPasswordDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.