@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GrantFlowEntitlementsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GrantFlowEntitlementsResult() |
Modifier and Type | Method and Description |
---|---|
GrantFlowEntitlementsResult |
clone() |
boolean |
equals(Object obj) |
List<Entitlement> |
getEntitlements()
The entitlements that were just granted.
|
String |
getFlowArn()
The ARN of the flow that these entitlements were granted to.
|
int |
hashCode() |
void |
setEntitlements(Collection<Entitlement> entitlements)
The entitlements that were just granted.
|
void |
setFlowArn(String flowArn)
The ARN of the flow that these entitlements were granted to.
|
String |
toString()
Returns a string representation of this object.
|
GrantFlowEntitlementsResult |
withEntitlements(Collection<Entitlement> entitlements)
The entitlements that were just granted.
|
GrantFlowEntitlementsResult |
withEntitlements(Entitlement... entitlements)
The entitlements that were just granted.
|
GrantFlowEntitlementsResult |
withFlowArn(String flowArn)
The ARN of the flow that these entitlements were granted to.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<Entitlement> getEntitlements()
public void setEntitlements(Collection<Entitlement> entitlements)
entitlements
- The entitlements that were just granted.public GrantFlowEntitlementsResult withEntitlements(Entitlement... 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 entitlements that were just granted.public GrantFlowEntitlementsResult withEntitlements(Collection<Entitlement> entitlements)
entitlements
- The entitlements that were just granted.public void setFlowArn(String flowArn)
flowArn
- The ARN of the flow that these entitlements were granted to.public String getFlowArn()
public GrantFlowEntitlementsResult withFlowArn(String flowArn)
flowArn
- The ARN of the flow that these entitlements were granted to.public String toString()
toString
in class Object
Object.toString()
public GrantFlowEntitlementsResult clone()