@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AssociateApplicationToEntitlementRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
AssociateApplicationToEntitlementRequest() |
Modifier and Type | Method and Description |
---|---|
AssociateApplicationToEntitlementRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getApplicationIdentifier()
The identifier of the application.
|
String |
getEntitlementName()
The name of the entitlement.
|
String |
getStackName()
The name of the stack.
|
int |
hashCode() |
void |
setApplicationIdentifier(String applicationIdentifier)
The identifier of the application.
|
void |
setEntitlementName(String entitlementName)
The name of the entitlement.
|
void |
setStackName(String stackName)
The name of the stack.
|
String |
toString()
Returns a string representation of this object.
|
AssociateApplicationToEntitlementRequest |
withApplicationIdentifier(String applicationIdentifier)
The identifier of the application.
|
AssociateApplicationToEntitlementRequest |
withEntitlementName(String entitlementName)
The name of the entitlement.
|
AssociateApplicationToEntitlementRequest |
withStackName(String stackName)
The name of the stack.
|
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 AssociateApplicationToEntitlementRequest()
public void setStackName(String stackName)
The name of the stack.
stackName
- The name of the stack.public String getStackName()
The name of the stack.
public AssociateApplicationToEntitlementRequest withStackName(String stackName)
The name of the stack.
stackName
- The name of the stack.public void setEntitlementName(String entitlementName)
The name of the entitlement.
entitlementName
- The name of the entitlement.public String getEntitlementName()
The name of the entitlement.
public AssociateApplicationToEntitlementRequest withEntitlementName(String entitlementName)
The name of the entitlement.
entitlementName
- The name of the entitlement.public void setApplicationIdentifier(String applicationIdentifier)
The identifier of the application.
applicationIdentifier
- The identifier of the application.public String getApplicationIdentifier()
The identifier of the application.
public AssociateApplicationToEntitlementRequest withApplicationIdentifier(String applicationIdentifier)
The identifier of the application.
applicationIdentifier
- The identifier of the application.public String toString()
toString
in class Object
Object.toString()
public AssociateApplicationToEntitlementRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()