@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RevokeFlowEntitlementRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
RevokeFlowEntitlementRequest() |
Modifier and Type | Method and Description |
---|---|
RevokeFlowEntitlementRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getEntitlementArn()
The ARN of the entitlement that you want to revoke.
|
String |
getFlowArn()
The flow that you want to revoke an entitlement from.
|
int |
hashCode() |
void |
setEntitlementArn(String entitlementArn)
The ARN of the entitlement that you want to revoke.
|
void |
setFlowArn(String flowArn)
The flow that you want to revoke an entitlement from.
|
String |
toString()
Returns a string representation of this object.
|
RevokeFlowEntitlementRequest |
withEntitlementArn(String entitlementArn)
The ARN of the entitlement that you want to revoke.
|
RevokeFlowEntitlementRequest |
withFlowArn(String flowArn)
The flow that you want to revoke an entitlement from.
|
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 setEntitlementArn(String entitlementArn)
entitlementArn
- The ARN of the entitlement that you want to revoke.public String getEntitlementArn()
public RevokeFlowEntitlementRequest withEntitlementArn(String entitlementArn)
entitlementArn
- The ARN of the entitlement that you want to revoke.public void setFlowArn(String flowArn)
flowArn
- The flow that you want to revoke an entitlement from.public String getFlowArn()
public RevokeFlowEntitlementRequest withFlowArn(String flowArn)
flowArn
- The flow that you want to revoke an entitlement from.public String toString()
toString
in class Object
Object.toString()
public RevokeFlowEntitlementRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()