@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RevokeFlowEntitlementResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
RevokeFlowEntitlementResult() |
Modifier and Type | Method and Description |
---|---|
RevokeFlowEntitlementResult |
clone() |
boolean |
equals(Object obj) |
String |
getEntitlementArn()
The ARN of the entitlement that was revoked.
|
String |
getFlowArn()
The ARN of the flow that the entitlement was revoked from.
|
int |
hashCode() |
void |
setEntitlementArn(String entitlementArn)
The ARN of the entitlement that was revoked.
|
void |
setFlowArn(String flowArn)
The ARN of the flow that the entitlement was revoked from.
|
String |
toString()
Returns a string representation of this object.
|
RevokeFlowEntitlementResult |
withEntitlementArn(String entitlementArn)
The ARN of the entitlement that was revoked.
|
RevokeFlowEntitlementResult |
withFlowArn(String flowArn)
The ARN of the flow that the entitlement was revoked from.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setEntitlementArn(String entitlementArn)
entitlementArn
- The ARN of the entitlement that was revoked.public String getEntitlementArn()
public RevokeFlowEntitlementResult withEntitlementArn(String entitlementArn)
entitlementArn
- The ARN of the entitlement that was revoked.public void setFlowArn(String flowArn)
flowArn
- The ARN of the flow that the entitlement was revoked from.public String getFlowArn()
public RevokeFlowEntitlementResult withFlowArn(String flowArn)
flowArn
- The ARN of the flow that the entitlement was revoked from.public String toString()
toString
in class Object
Object.toString()
public RevokeFlowEntitlementResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.