@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AssociateUserRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
AssociateUserRequest() |
Modifier and Type | Method and Description |
---|---|
AssociateUserRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDomain()
The domain name of the user.
|
IdentityProvider |
getIdentityProvider()
The identity provider of the user.
|
String |
getInstanceId()
The ID of the EC2 instance, which provides user-based subscriptions.
|
String |
getUsername()
The user name from the identity provider for the user.
|
int |
hashCode() |
void |
setDomain(String domain)
The domain name of the user.
|
void |
setIdentityProvider(IdentityProvider identityProvider)
The identity provider of the user.
|
void |
setInstanceId(String instanceId)
The ID of the EC2 instance, which provides user-based subscriptions.
|
void |
setUsername(String username)
The user name from the identity provider for the user.
|
String |
toString()
Returns a string representation of this object.
|
AssociateUserRequest |
withDomain(String domain)
The domain name of the user.
|
AssociateUserRequest |
withIdentityProvider(IdentityProvider identityProvider)
The identity provider of the user.
|
AssociateUserRequest |
withInstanceId(String instanceId)
The ID of the EC2 instance, which provides user-based subscriptions.
|
AssociateUserRequest |
withUsername(String username)
The user name from the identity provider for the user.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setDomain(String domain)
The domain name of the user.
domain
- The domain name of the user.public String getDomain()
The domain name of the user.
public AssociateUserRequest withDomain(String domain)
The domain name of the user.
domain
- The domain name of the user.public void setIdentityProvider(IdentityProvider identityProvider)
The identity provider of the user.
identityProvider
- The identity provider of the user.public IdentityProvider getIdentityProvider()
The identity provider of the user.
public AssociateUserRequest withIdentityProvider(IdentityProvider identityProvider)
The identity provider of the user.
identityProvider
- The identity provider of the user.public void setInstanceId(String instanceId)
The ID of the EC2 instance, which provides user-based subscriptions.
instanceId
- The ID of the EC2 instance, which provides user-based subscriptions.public String getInstanceId()
The ID of the EC2 instance, which provides user-based subscriptions.
public AssociateUserRequest withInstanceId(String instanceId)
The ID of the EC2 instance, which provides user-based subscriptions.
instanceId
- The ID of the EC2 instance, which provides user-based subscriptions.public void setUsername(String username)
The user name from the identity provider for the user.
username
- The user name from the identity provider for the user.public String getUsername()
The user name from the identity provider for the user.
public AssociateUserRequest withUsername(String username)
The user name from the identity provider for the user.
username
- The user name from the identity provider for the user.public String toString()
toString
in class Object
Object.toString()
public AssociateUserRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()