@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GrantFlowEntitlementsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
GrantFlowEntitlementsRequest() |
| Modifier and Type | Method and Description |
|---|---|
GrantFlowEntitlementsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<GrantEntitlementRequest> |
getEntitlements()
The list of entitlements that you want to grant.
|
String |
getFlowArn()
The flow that you want to grant entitlements on.
|
int |
hashCode() |
void |
setEntitlements(Collection<GrantEntitlementRequest> entitlements)
The list of entitlements that you want to grant.
|
void |
setFlowArn(String flowArn)
The flow that you want to grant entitlements on.
|
String |
toString()
Returns a string representation of this object.
|
GrantFlowEntitlementsRequest |
withEntitlements(Collection<GrantEntitlementRequest> entitlements)
The list of entitlements that you want to grant.
|
GrantFlowEntitlementsRequest |
withEntitlements(GrantEntitlementRequest... entitlements)
The list of entitlements that you want to grant.
|
GrantFlowEntitlementsRequest |
withFlowArn(String flowArn)
The flow that you want to grant entitlements on.
|
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, withSdkRequestTimeoutpublic List<GrantEntitlementRequest> getEntitlements()
public void setEntitlements(Collection<GrantEntitlementRequest> entitlements)
entitlements - The list of entitlements that you want to grant.public GrantFlowEntitlementsRequest withEntitlements(GrantEntitlementRequest... entitlements)
NOTE: This method appends the values to the existing list (if any). Use
setEntitlements(java.util.Collection) or withEntitlements(java.util.Collection) if you want to
override the existing values.
entitlements - The list of entitlements that you want to grant.public GrantFlowEntitlementsRequest withEntitlements(Collection<GrantEntitlementRequest> entitlements)
entitlements - The list of entitlements that you want to grant.public void setFlowArn(String flowArn)
flowArn - The flow that you want to grant entitlements on.public String getFlowArn()
public GrantFlowEntitlementsRequest withFlowArn(String flowArn)
flowArn - The flow that you want to grant entitlements on.public String toString()
toString in class ObjectObject.toString()public GrantFlowEntitlementsRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()