@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UserProfileDetails extends Object implements Serializable, Cloneable, StructuredPojo
The user profile details.
Constructor and Description |
---|
UserProfileDetails() |
Modifier and Type | Method and Description |
---|---|
UserProfileDetails |
clone() |
boolean |
equals(Object obj) |
Date |
getCreationTime()
The creation time.
|
String |
getDomainId()
The domain ID.
|
Date |
getLastModifiedTime()
The last modified time.
|
String |
getStatus()
The status.
|
String |
getUserProfileName()
The user profile name.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCreationTime(Date creationTime)
The creation time.
|
void |
setDomainId(String domainId)
The domain ID.
|
void |
setLastModifiedTime(Date lastModifiedTime)
The last modified time.
|
void |
setStatus(String status)
The status.
|
void |
setUserProfileName(String userProfileName)
The user profile name.
|
String |
toString()
Returns a string representation of this object.
|
UserProfileDetails |
withCreationTime(Date creationTime)
The creation time.
|
UserProfileDetails |
withDomainId(String domainId)
The domain ID.
|
UserProfileDetails |
withLastModifiedTime(Date lastModifiedTime)
The last modified time.
|
UserProfileDetails |
withStatus(String status)
The status.
|
UserProfileDetails |
withStatus(UserProfileStatus status)
The status.
|
UserProfileDetails |
withUserProfileName(String userProfileName)
The user profile name.
|
public void setDomainId(String domainId)
The domain ID.
domainId
- The domain ID.public String getDomainId()
The domain ID.
public UserProfileDetails withDomainId(String domainId)
The domain ID.
domainId
- The domain ID.public void setUserProfileName(String userProfileName)
The user profile name.
userProfileName
- The user profile name.public String getUserProfileName()
The user profile name.
public UserProfileDetails withUserProfileName(String userProfileName)
The user profile name.
userProfileName
- The user profile name.public void setStatus(String status)
The status.
status
- The status.UserProfileStatus
public String getStatus()
The status.
UserProfileStatus
public UserProfileDetails withStatus(String status)
The status.
status
- The status.UserProfileStatus
public UserProfileDetails withStatus(UserProfileStatus status)
The status.
status
- The status.UserProfileStatus
public void setCreationTime(Date creationTime)
The creation time.
creationTime
- The creation time.public Date getCreationTime()
The creation time.
public UserProfileDetails withCreationTime(Date creationTime)
The creation time.
creationTime
- The creation time.public void setLastModifiedTime(Date lastModifiedTime)
The last modified time.
lastModifiedTime
- The last modified time.public Date getLastModifiedTime()
The last modified time.
public UserProfileDetails withLastModifiedTime(Date lastModifiedTime)
The last modified time.
lastModifiedTime
- The last modified time.public String toString()
toString
in class Object
Object.toString()
public UserProfileDetails 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.