@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateFlowRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreateFlowRequest() |
Modifier and Type | Method and Description |
---|---|
CreateFlowRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAvailabilityZone()
The Availability Zone that you want to create the flow in.
|
List<GrantEntitlementRequest> |
getEntitlements()
The entitlements that you want to grant on a flow.
|
String |
getName()
The name of the flow.
|
List<AddOutputRequest> |
getOutputs()
The outputs that you want to add to this flow.
|
SetSourceRequest |
getSource() |
int |
hashCode() |
void |
setAvailabilityZone(String availabilityZone)
The Availability Zone that you want to create the flow in.
|
void |
setEntitlements(Collection<GrantEntitlementRequest> entitlements)
The entitlements that you want to grant on a flow.
|
void |
setName(String name)
The name of the flow.
|
void |
setOutputs(Collection<AddOutputRequest> outputs)
The outputs that you want to add to this flow.
|
void |
setSource(SetSourceRequest source) |
String |
toString()
Returns a string representation of this object.
|
CreateFlowRequest |
withAvailabilityZone(String availabilityZone)
The Availability Zone that you want to create the flow in.
|
CreateFlowRequest |
withEntitlements(Collection<GrantEntitlementRequest> entitlements)
The entitlements that you want to grant on a flow.
|
CreateFlowRequest |
withEntitlements(GrantEntitlementRequest... entitlements)
The entitlements that you want to grant on a flow.
|
CreateFlowRequest |
withName(String name)
The name of the flow.
|
CreateFlowRequest |
withOutputs(AddOutputRequest... outputs)
The outputs that you want to add to this flow.
|
CreateFlowRequest |
withOutputs(Collection<AddOutputRequest> outputs)
The outputs that you want to add to this flow.
|
CreateFlowRequest |
withSource(SetSourceRequest source) |
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 setAvailabilityZone(String availabilityZone)
availabilityZone
- The Availability Zone that you want to create the flow in. These options are limited to the Availability
Zones within the current AWS Region.public String getAvailabilityZone()
public CreateFlowRequest withAvailabilityZone(String availabilityZone)
availabilityZone
- The Availability Zone that you want to create the flow in. These options are limited to the Availability
Zones within the current AWS Region.public List<GrantEntitlementRequest> getEntitlements()
public void setEntitlements(Collection<GrantEntitlementRequest> entitlements)
entitlements
- The entitlements that you want to grant on a flow.public CreateFlowRequest 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 entitlements that you want to grant on a flow.public CreateFlowRequest withEntitlements(Collection<GrantEntitlementRequest> entitlements)
entitlements
- The entitlements that you want to grant on a flow.public void setName(String name)
name
- The name of the flow.public String getName()
public CreateFlowRequest withName(String name)
name
- The name of the flow.public List<AddOutputRequest> getOutputs()
public void setOutputs(Collection<AddOutputRequest> outputs)
outputs
- The outputs that you want to add to this flow.public CreateFlowRequest withOutputs(AddOutputRequest... outputs)
NOTE: This method appends the values to the existing list (if any). Use
setOutputs(java.util.Collection)
or withOutputs(java.util.Collection)
if you want to override
the existing values.
outputs
- The outputs that you want to add to this flow.public CreateFlowRequest withOutputs(Collection<AddOutputRequest> outputs)
outputs
- The outputs that you want to add to this flow.public void setSource(SetSourceRequest source)
source
- public SetSourceRequest getSource()
public CreateFlowRequest withSource(SetSourceRequest source)
source
- public String toString()
toString
in class Object
Object.toString()
public CreateFlowRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.