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