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