@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateFlowEntitlementResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
UpdateFlowEntitlementResult() |
| Modifier and Type | Method and Description |
|---|---|
UpdateFlowEntitlementResult |
clone() |
boolean |
equals(Object obj) |
Entitlement |
getEntitlement()
The new configuration of the entitlement that you updated.
|
String |
getFlowArn()
The ARN of the flow that this entitlement was granted on.
|
int |
hashCode() |
void |
setEntitlement(Entitlement entitlement)
The new configuration of the entitlement that you updated.
|
void |
setFlowArn(String flowArn)
The ARN of the flow that this entitlement was granted on.
|
String |
toString()
Returns a string representation of this object.
|
UpdateFlowEntitlementResult |
withEntitlement(Entitlement entitlement)
The new configuration of the entitlement that you updated.
|
UpdateFlowEntitlementResult |
withFlowArn(String flowArn)
The ARN of the flow that this entitlement was granted on.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setEntitlement(Entitlement entitlement)
entitlement - The new configuration of the entitlement that you updated.public Entitlement getEntitlement()
public UpdateFlowEntitlementResult withEntitlement(Entitlement entitlement)
entitlement - The new configuration of the entitlement that you updated.public void setFlowArn(String flowArn)
flowArn - The ARN of the flow that this entitlement was granted on.public String getFlowArn()
public UpdateFlowEntitlementResult withFlowArn(String flowArn)
flowArn - The ARN of the flow that this entitlement was granted on.public String toString()
toString in class ObjectObject.toString()public UpdateFlowEntitlementResult clone()