@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DisassociateApplicationFromEntitlementRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DisassociateApplicationFromEntitlementRequest() |
Modifier and Type | Method and Description |
---|---|
DisassociateApplicationFromEntitlementRequest |
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 to remove from the entitlement.
|
String |
getEntitlementName()
The name of the entitlement.
|
String |
getStackName()
The name of the stack with which the entitlement is associated.
|
int |
hashCode() |
void |
setApplicationIdentifier(String applicationIdentifier)
The identifier of the application to remove from the entitlement.
|
void |
setEntitlementName(String entitlementName)
The name of the entitlement.
|
void |
setStackName(String stackName)
The name of the stack with which the entitlement is associated.
|
String |
toString()
Returns a string representation of this object.
|
DisassociateApplicationFromEntitlementRequest |
withApplicationIdentifier(String applicationIdentifier)
The identifier of the application to remove from the entitlement.
|
DisassociateApplicationFromEntitlementRequest |
withEntitlementName(String entitlementName)
The name of the entitlement.
|
DisassociateApplicationFromEntitlementRequest |
withStackName(String stackName)
The name of the stack with which the entitlement is associated.
|
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 DisassociateApplicationFromEntitlementRequest()
public void setStackName(String stackName)
The name of the stack with which the entitlement is associated.
stackName
- The name of the stack with which the entitlement is associated.public String getStackName()
The name of the stack with which the entitlement is associated.
public DisassociateApplicationFromEntitlementRequest withStackName(String stackName)
The name of the stack with which the entitlement is associated.
stackName
- The name of the stack with which the entitlement is associated.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 DisassociateApplicationFromEntitlementRequest withEntitlementName(String entitlementName)
The name of the entitlement.
entitlementName
- The name of the entitlement.public void setApplicationIdentifier(String applicationIdentifier)
The identifier of the application to remove from the entitlement.
applicationIdentifier
- The identifier of the application to remove from the entitlement.public String getApplicationIdentifier()
The identifier of the application to remove from the entitlement.
public DisassociateApplicationFromEntitlementRequest withApplicationIdentifier(String applicationIdentifier)
The identifier of the application to remove from the entitlement.
applicationIdentifier
- The identifier of the application to remove from the entitlement.public String toString()
toString
in class Object
Object.toString()
public DisassociateApplicationFromEntitlementRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()