@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetDataSetDetailsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
GetDataSetDetailsRequest() |
| Modifier and Type | Method and Description |
|---|---|
GetDataSetDetailsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getApplicationId()
The unique identifier of the application that this data set is associated with.
|
String |
getDataSetName()
The name of the data set.
|
int |
hashCode() |
void |
setApplicationId(String applicationId)
The unique identifier of the application that this data set is associated with.
|
void |
setDataSetName(String dataSetName)
The name of the data set.
|
String |
toString()
Returns a string representation of this object.
|
GetDataSetDetailsRequest |
withApplicationId(String applicationId)
The unique identifier of the application that this data set is associated with.
|
GetDataSetDetailsRequest |
withDataSetName(String dataSetName)
The name of the data set.
|
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, withSdkRequestTimeoutpublic void setApplicationId(String applicationId)
The unique identifier of the application that this data set is associated with.
applicationId - The unique identifier of the application that this data set is associated with.public String getApplicationId()
The unique identifier of the application that this data set is associated with.
public GetDataSetDetailsRequest withApplicationId(String applicationId)
The unique identifier of the application that this data set is associated with.
applicationId - The unique identifier of the application that this data set is associated with.public void setDataSetName(String dataSetName)
The name of the data set.
dataSetName - The name of the data set.public String getDataSetName()
The name of the data set.
public GetDataSetDetailsRequest withDataSetName(String dataSetName)
The name of the data set.
dataSetName - The name of the data set.public String toString()
toString in class ObjectObject.toString()public GetDataSetDetailsRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()