@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class IamUser extends Object implements Serializable, Cloneable, StructuredPojo
Reserved for future use.
Constructor and Description |
---|
IamUser() |
Modifier and Type | Method and Description |
---|---|
IamUser |
clone() |
boolean |
equals(Object obj) |
String |
getAccountId()
Reserved for future use.
|
String |
getArn()
Reserved for future use.
|
String |
getPrincipalId()
Reserved for future use.
|
String |
getUserName()
Reserved for future use.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAccountId(String accountId)
Reserved for future use.
|
void |
setArn(String arn)
Reserved for future use.
|
void |
setPrincipalId(String principalId)
Reserved for future use.
|
void |
setUserName(String userName)
Reserved for future use.
|
String |
toString()
Returns a string representation of this object.
|
IamUser |
withAccountId(String accountId)
Reserved for future use.
|
IamUser |
withArn(String arn)
Reserved for future use.
|
IamUser |
withPrincipalId(String principalId)
Reserved for future use.
|
IamUser |
withUserName(String userName)
Reserved for future use.
|
public void setAccountId(String accountId)
Reserved for future use.
accountId
- Reserved for future use.public String getAccountId()
Reserved for future use.
public IamUser withAccountId(String accountId)
Reserved for future use.
accountId
- Reserved for future use.public void setArn(String arn)
Reserved for future use.
arn
- Reserved for future use.public String getArn()
Reserved for future use.
public IamUser withArn(String arn)
Reserved for future use.
arn
- Reserved for future use.public void setPrincipalId(String principalId)
Reserved for future use.
principalId
- Reserved for future use.public String getPrincipalId()
Reserved for future use.
public IamUser withPrincipalId(String principalId)
Reserved for future use.
principalId
- Reserved for future use.public void setUserName(String userName)
Reserved for future use.
userName
- Reserved for future use.public String getUserName()
Reserved for future use.
public IamUser withUserName(String userName)
Reserved for future use.
userName
- Reserved for future use.public String toString()
toString
in class Object
Object.toString()
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.