@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UserIdentityRoot extends Object implements Serializable, Cloneable, StructuredPojo
Reserved for future use.
Constructor and Description |
---|
UserIdentityRoot() |
Modifier and Type | Method and Description |
---|---|
UserIdentityRoot |
clone() |
boolean |
equals(Object obj) |
String |
getAccountId()
Reserved for future use.
|
String |
getArn()
Reserved for future use.
|
String |
getPrincipalId()
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.
|
String |
toString()
Returns a string representation of this object.
|
UserIdentityRoot |
withAccountId(String accountId)
Reserved for future use.
|
UserIdentityRoot |
withArn(String arn)
Reserved for future use.
|
UserIdentityRoot |
withPrincipalId(String principalId)
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 UserIdentityRoot 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 UserIdentityRoot 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 UserIdentityRoot withPrincipalId(String principalId)
Reserved for future use.
principalId
- Reserved for future use.public String toString()
toString
in class Object
Object.toString()
public UserIdentityRoot 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.