@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartProductSubscriptionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
StartProductSubscriptionRequest() |
| Modifier and Type | Method and Description |
|---|---|
StartProductSubscriptionRequest |
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()
An object that specifies details for the identity provider.
|
String |
getProduct()
The name of the user-based subscription product.
|
String |
getUsername()
The user name from the identity provider of the user.
|
int |
hashCode() |
void |
setDomain(String domain)
The domain name of the user.
|
void |
setIdentityProvider(IdentityProvider identityProvider)
An object that specifies details for the identity provider.
|
void |
setProduct(String product)
The name of the user-based subscription product.
|
void |
setUsername(String username)
The user name from the identity provider of the user.
|
String |
toString()
Returns a string representation of this object.
|
StartProductSubscriptionRequest |
withDomain(String domain)
The domain name of the user.
|
StartProductSubscriptionRequest |
withIdentityProvider(IdentityProvider identityProvider)
An object that specifies details for the identity provider.
|
StartProductSubscriptionRequest |
withProduct(String product)
The name of the user-based subscription product.
|
StartProductSubscriptionRequest |
withUsername(String username)
The user name from the identity provider of 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, withSdkRequestTimeoutpublic 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 StartProductSubscriptionRequest withDomain(String domain)
The domain name of the user.
domain - The domain name of the user.public void setIdentityProvider(IdentityProvider identityProvider)
An object that specifies details for the identity provider.
identityProvider - An object that specifies details for the identity provider.public IdentityProvider getIdentityProvider()
An object that specifies details for the identity provider.
public StartProductSubscriptionRequest withIdentityProvider(IdentityProvider identityProvider)
An object that specifies details for the identity provider.
identityProvider - An object that specifies details for the identity provider.public void setProduct(String product)
The name of the user-based subscription product.
product - The name of the user-based subscription product.public String getProduct()
The name of the user-based subscription product.
public StartProductSubscriptionRequest withProduct(String product)
The name of the user-based subscription product.
product - The name of the user-based subscription product.public void setUsername(String username)
The user name from the identity provider of the user.
username - The user name from the identity provider of the user.public String getUsername()
The user name from the identity provider of the user.
public StartProductSubscriptionRequest withUsername(String username)
The user name from the identity provider of the user.
username - The user name from the identity provider of the user.public String toString()
toString in class ObjectObject.toString()public StartProductSubscriptionRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()