@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateInputRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreateInputRequest() |
Modifier and Type | Method and Description |
---|---|
CreateInputRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<InputDestinationRequest> |
getDestinations()
settings required for PUSH-type inputs; one per redundancy group.
|
List<String> |
getInputSecurityGroups()
A list of security groups referenced by IDs to attach to the input.
|
String |
getName()
Name of the input.
|
String |
getRequestId()
Unique identifier of the request to ensure the request is handled exactly once in case of retries
|
List<InputSourceRequest> |
getSources()
settings required for PULL-type inputs; one per redundancy group Only one of sources and destinations can be
specified
|
String |
getType() |
int |
hashCode() |
void |
setDestinations(Collection<InputDestinationRequest> destinations)
settings required for PUSH-type inputs; one per redundancy group.
|
void |
setInputSecurityGroups(Collection<String> inputSecurityGroups)
A list of security groups referenced by IDs to attach to the input.
|
void |
setName(String name)
Name of the input.
|
void |
setRequestId(String requestId)
Unique identifier of the request to ensure the request is handled exactly once in case of retries
|
void |
setSources(Collection<InputSourceRequest> sources)
settings required for PULL-type inputs; one per redundancy group Only one of sources and destinations can be
specified
|
void |
setType(String type) |
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
CreateInputRequest |
withDestinations(Collection<InputDestinationRequest> destinations)
settings required for PUSH-type inputs; one per redundancy group.
|
CreateInputRequest |
withDestinations(InputDestinationRequest... destinations)
settings required for PUSH-type inputs; one per redundancy group.
|
CreateInputRequest |
withInputSecurityGroups(Collection<String> inputSecurityGroups)
A list of security groups referenced by IDs to attach to the input.
|
CreateInputRequest |
withInputSecurityGroups(String... inputSecurityGroups)
A list of security groups referenced by IDs to attach to the input.
|
CreateInputRequest |
withName(String name)
Name of the input.
|
CreateInputRequest |
withRequestId(String requestId)
Unique identifier of the request to ensure the request is handled exactly once in case of retries
|
CreateInputRequest |
withSources(Collection<InputSourceRequest> sources)
settings required for PULL-type inputs; one per redundancy group Only one of sources and destinations can be
specified
|
CreateInputRequest |
withSources(InputSourceRequest... sources)
settings required for PULL-type inputs; one per redundancy group Only one of sources and destinations can be
specified
|
CreateInputRequest |
withType(InputType type) |
CreateInputRequest |
withType(String type) |
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 List<InputDestinationRequest> getDestinations()
public void setDestinations(Collection<InputDestinationRequest> destinations)
destinations
- settings required for PUSH-type inputs; one per redundancy group. Only one of sources and destinations can
be specified. Note: there are currently no settings required for PUSH-type inputspublic CreateInputRequest withDestinations(InputDestinationRequest... destinations)
NOTE: This method appends the values to the existing list (if any). Use
setDestinations(java.util.Collection)
or withDestinations(java.util.Collection)
if you want to
override the existing values.
destinations
- settings required for PUSH-type inputs; one per redundancy group. Only one of sources and destinations can
be specified. Note: there are currently no settings required for PUSH-type inputspublic CreateInputRequest withDestinations(Collection<InputDestinationRequest> destinations)
destinations
- settings required for PUSH-type inputs; one per redundancy group. Only one of sources and destinations can
be specified. Note: there are currently no settings required for PUSH-type inputspublic List<String> getInputSecurityGroups()
public void setInputSecurityGroups(Collection<String> inputSecurityGroups)
inputSecurityGroups
- A list of security groups referenced by IDs to attach to the input.public CreateInputRequest withInputSecurityGroups(String... inputSecurityGroups)
NOTE: This method appends the values to the existing list (if any). Use
setInputSecurityGroups(java.util.Collection)
or withInputSecurityGroups(java.util.Collection)
if you want to override the existing values.
inputSecurityGroups
- A list of security groups referenced by IDs to attach to the input.public CreateInputRequest withInputSecurityGroups(Collection<String> inputSecurityGroups)
inputSecurityGroups
- A list of security groups referenced by IDs to attach to the input.public void setName(String name)
name
- Name of the input.public String getName()
public CreateInputRequest withName(String name)
name
- Name of the input.public void setRequestId(String requestId)
requestId
- Unique identifier of the request to ensure the request is handled exactly once in case of retriespublic String getRequestId()
public CreateInputRequest withRequestId(String requestId)
requestId
- Unique identifier of the request to ensure the request is handled exactly once in case of retriespublic List<InputSourceRequest> getSources()
public void setSources(Collection<InputSourceRequest> sources)
sources
- settings required for PULL-type inputs; one per redundancy group Only one of sources and destinations can
be specifiedpublic CreateInputRequest withSources(InputSourceRequest... sources)
NOTE: This method appends the values to the existing list (if any). Use
setSources(java.util.Collection)
or withSources(java.util.Collection)
if you want to override
the existing values.
sources
- settings required for PULL-type inputs; one per redundancy group Only one of sources and destinations can
be specifiedpublic CreateInputRequest withSources(Collection<InputSourceRequest> sources)
sources
- settings required for PULL-type inputs; one per redundancy group Only one of sources and destinations can
be specifiedpublic CreateInputRequest withType(String type)
type
- InputType
public CreateInputRequest withType(InputType type)
type
- InputType
public String toString()
toString
in class Object
Object.toString()
public CreateInputRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.