@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetMappingRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetMappingRequest() |
Modifier and Type | Method and Description |
---|---|
GetMappingRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Location |
getLocation()
Parameters for the mapping.
|
List<CatalogEntry> |
getSinks()
A list of target tables.
|
CatalogEntry |
getSource()
Specifies the source table.
|
int |
hashCode() |
void |
setLocation(Location location)
Parameters for the mapping.
|
void |
setSinks(Collection<CatalogEntry> sinks)
A list of target tables.
|
void |
setSource(CatalogEntry source)
Specifies the source table.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
GetMappingRequest |
withLocation(Location location)
Parameters for the mapping.
|
GetMappingRequest |
withSinks(CatalogEntry... sinks)
A list of target tables.
|
GetMappingRequest |
withSinks(Collection<CatalogEntry> sinks)
A list of target tables.
|
GetMappingRequest |
withSource(CatalogEntry source)
Specifies the source table.
|
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 setSource(CatalogEntry source)
Specifies the source table.
source
- Specifies the source table.public CatalogEntry getSource()
Specifies the source table.
public GetMappingRequest withSource(CatalogEntry source)
Specifies the source table.
source
- Specifies the source table.public List<CatalogEntry> getSinks()
A list of target tables.
public void setSinks(Collection<CatalogEntry> sinks)
A list of target tables.
sinks
- A list of target tables.public GetMappingRequest withSinks(CatalogEntry... sinks)
A list of target tables.
NOTE: This method appends the values to the existing list (if any). Use
setSinks(java.util.Collection)
or withSinks(java.util.Collection)
if you want to override the
existing values.
sinks
- A list of target tables.public GetMappingRequest withSinks(Collection<CatalogEntry> sinks)
A list of target tables.
sinks
- A list of target tables.public void setLocation(Location location)
Parameters for the mapping.
location
- Parameters for the mapping.public Location getLocation()
Parameters for the mapping.
public GetMappingRequest withLocation(Location location)
Parameters for the mapping.
location
- Parameters for the mapping.public String toString()
toString
in class Object
Object.toString()
public GetMappingRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.