@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetDataSourceRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Container for the parameters to the GetDataSource
operation.
NOOP
Constructor and Description |
---|
GetDataSourceRequest() |
Modifier and Type | Method and Description |
---|---|
GetDataSourceRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDomainName()
The name of the domain.
|
String |
getName()
The name of the data source to get information about.
|
int |
hashCode() |
void |
setDomainName(String domainName)
The name of the domain.
|
void |
setName(String name)
The name of the data source to get information about.
|
String |
toString()
Returns a string representation of this object.
|
GetDataSourceRequest |
withDomainName(String domainName)
The name of the domain.
|
GetDataSourceRequest |
withName(String name)
The name of the data source to get information about.
|
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 setDomainName(String domainName)
The name of the domain.
domainName
- The name of the domain.public String getDomainName()
The name of the domain.
public GetDataSourceRequest withDomainName(String domainName)
The name of the domain.
domainName
- The name of the domain.public void setName(String name)
The name of the data source to get information about.
name
- The name of the data source to get information about.public String getName()
The name of the data source to get information about.
public GetDataSourceRequest withName(String name)
The name of the data source to get information about.
name
- The name of the data source to get information about.public String toString()
toString
in class Object
Object.toString()
public GetDataSourceRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()