@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListChangesetsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListChangesetsRequest() |
Modifier and Type | Method and Description |
---|---|
ListChangesetsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDatasetId()
The unique identifier for the FinSpace Dataset to which the Changeset belongs.
|
Integer |
getMaxResults()
The maximum number of results per page.
|
String |
getNextToken()
A token that indicates where a results page should begin.
|
int |
hashCode() |
void |
setDatasetId(String datasetId)
The unique identifier for the FinSpace Dataset to which the Changeset belongs.
|
void |
setMaxResults(Integer maxResults)
The maximum number of results per page.
|
void |
setNextToken(String nextToken)
A token that indicates where a results page should begin.
|
String |
toString()
Returns a string representation of this object.
|
ListChangesetsRequest |
withDatasetId(String datasetId)
The unique identifier for the FinSpace Dataset to which the Changeset belongs.
|
ListChangesetsRequest |
withMaxResults(Integer maxResults)
The maximum number of results per page.
|
ListChangesetsRequest |
withNextToken(String nextToken)
A token that indicates where a results page should begin.
|
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 setDatasetId(String datasetId)
The unique identifier for the FinSpace Dataset to which the Changeset belongs.
datasetId
- The unique identifier for the FinSpace Dataset to which the Changeset belongs.public String getDatasetId()
The unique identifier for the FinSpace Dataset to which the Changeset belongs.
public ListChangesetsRequest withDatasetId(String datasetId)
The unique identifier for the FinSpace Dataset to which the Changeset belongs.
datasetId
- The unique identifier for the FinSpace Dataset to which the Changeset belongs.public void setMaxResults(Integer maxResults)
The maximum number of results per page.
maxResults
- The maximum number of results per page.public Integer getMaxResults()
The maximum number of results per page.
public ListChangesetsRequest withMaxResults(Integer maxResults)
The maximum number of results per page.
maxResults
- The maximum number of results per page.public void setNextToken(String nextToken)
A token that indicates where a results page should begin.
nextToken
- A token that indicates where a results page should begin.public String getNextToken()
A token that indicates where a results page should begin.
public ListChangesetsRequest withNextToken(String nextToken)
A token that indicates where a results page should begin.
nextToken
- A token that indicates where a results page should begin.public String toString()
toString
in class Object
Object.toString()
public ListChangesetsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()