@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetUserIdResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetUserIdResult() |
Modifier and Type | Method and Description |
---|---|
GetUserIdResult |
clone() |
boolean |
equals(Object obj) |
String |
getIdentityStoreId()
The globally unique identifier for the identity store.
|
String |
getUserId()
The identifier for a user in the identity store.
|
int |
hashCode() |
void |
setIdentityStoreId(String identityStoreId)
The globally unique identifier for the identity store.
|
void |
setUserId(String userId)
The identifier for a user in the identity store.
|
String |
toString()
Returns a string representation of this object.
|
GetUserIdResult |
withIdentityStoreId(String identityStoreId)
The globally unique identifier for the identity store.
|
GetUserIdResult |
withUserId(String userId)
The identifier for a user in the identity store.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setUserId(String userId)
The identifier for a user in the identity store.
userId
- The identifier for a user in the identity store.public String getUserId()
The identifier for a user in the identity store.
public GetUserIdResult withUserId(String userId)
The identifier for a user in the identity store.
userId
- The identifier for a user in the identity store.public void setIdentityStoreId(String identityStoreId)
The globally unique identifier for the identity store.
identityStoreId
- The globally unique identifier for the identity store.public String getIdentityStoreId()
The globally unique identifier for the identity store.
public GetUserIdResult withIdentityStoreId(String identityStoreId)
The globally unique identifier for the identity store.
identityStoreId
- The globally unique identifier for the identity store.public String toString()
toString
in class Object
Object.toString()
public GetUserIdResult clone()