Class DescribeBatchPredictionsRequest
- java.lang.Object
-
- com.amazonaws.AmazonWebServiceRequest
-
- com.amazonaws.services.machinelearning.model.DescribeBatchPredictionsRequest
-
- All Implemented Interfaces:
ReadLimitInfo,Serializable,Cloneable
public class DescribeBatchPredictionsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class com.amazonaws.AmazonWebServiceRequest
NOOP
-
-
Constructor Summary
Constructors Constructor Description DescribeBatchPredictionsRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DescribeBatchPredictionsRequestclone()Creates a shallow clone of this request.booleanequals(Object obj)StringgetEQ()The equal to operator.StringgetFilterVariable()Use one of the following variables to filter a list ofBatchPrediction:StringgetGE()The greater than or equal to operator.StringgetGT()The greater than operator.StringgetLE()The less than or equal to operator.IntegergetLimit()The number of pages of information to include in the result.StringgetLT()The less than operator.StringgetNE()The not equal to operator.StringgetNextToken()An ID of the page in the paginated results.StringgetPrefix()A string that is found at the beginning of a variable, such asNameorId.StringgetSortOrder()A two-value parameter that determines the sequence of the resulting list ofMLModels.inthashCode()voidsetEQ(String eQ)The equal to operator.voidsetFilterVariable(BatchPredictionFilterVariable filterVariable)Use one of the following variables to filter a list ofBatchPrediction:voidsetFilterVariable(String filterVariable)Use one of the following variables to filter a list ofBatchPrediction:voidsetGE(String gE)The greater than or equal to operator.voidsetGT(String gT)The greater than operator.voidsetLE(String lE)The less than or equal to operator.voidsetLimit(Integer limit)The number of pages of information to include in the result.voidsetLT(String lT)The less than operator.voidsetNE(String nE)The not equal to operator.voidsetNextToken(String nextToken)An ID of the page in the paginated results.voidsetPrefix(String prefix)A string that is found at the beginning of a variable, such asNameorId.voidsetSortOrder(SortOrder sortOrder)A two-value parameter that determines the sequence of the resulting list ofMLModels.voidsetSortOrder(String sortOrder)A two-value parameter that determines the sequence of the resulting list ofMLModels.StringtoString()Returns a string representation of this object; useful for testing and debugging.DescribeBatchPredictionsRequestwithEQ(String eQ)The equal to operator.DescribeBatchPredictionsRequestwithFilterVariable(BatchPredictionFilterVariable filterVariable)Use one of the following variables to filter a list ofBatchPrediction:DescribeBatchPredictionsRequestwithFilterVariable(String filterVariable)Use one of the following variables to filter a list ofBatchPrediction:DescribeBatchPredictionsRequestwithGE(String gE)The greater than or equal to operator.DescribeBatchPredictionsRequestwithGT(String gT)The greater than operator.DescribeBatchPredictionsRequestwithLE(String lE)The less than or equal to operator.DescribeBatchPredictionsRequestwithLimit(Integer limit)The number of pages of information to include in the result.DescribeBatchPredictionsRequestwithLT(String lT)The less than operator.DescribeBatchPredictionsRequestwithNE(String nE)The not equal to operator.DescribeBatchPredictionsRequestwithNextToken(String nextToken)An ID of the page in the paginated results.DescribeBatchPredictionsRequestwithPrefix(String prefix)A string that is found at the beginning of a variable, such asNameorId.DescribeBatchPredictionsRequestwithSortOrder(SortOrder sortOrder)A two-value parameter that determines the sequence of the resulting list ofMLModels.DescribeBatchPredictionsRequestwithSortOrder(String sortOrder)A two-value parameter that determines the sequence of the resulting list ofMLModels.-
Methods inherited from class com.amazonaws.AmazonWebServiceRequest
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
-
-
-
-
Method Detail
-
setFilterVariable
public void setFilterVariable(String filterVariable)
Use one of the following variables to filter a list of
BatchPrediction:-
CreatedAt- Sets the search criteria to theBatchPredictioncreation date. -
Status- Sets the search criteria to theBatchPredictionstatus. -
Name- Sets the search criteria to the contents of theBatchPredictionName. -
IAMUser- Sets the search criteria to the user account that invoked theBatchPredictioncreation. -
MLModelId- Sets the search criteria to theMLModelused in theBatchPrediction. -
DataSourceId- Sets the search criteria to theDataSourceused in theBatchPrediction. -
DataURI- Sets the search criteria to the data file(s) used in theBatchPrediction. The URL can identify either a file or an Amazon Simple Storage Solution (Amazon S3) bucket or directory.
- Parameters:
filterVariable- Use one of the following variables to filter a list ofBatchPrediction:-
CreatedAt- Sets the search criteria to theBatchPredictioncreation date. -
Status- Sets the search criteria to theBatchPredictionstatus. -
Name- Sets the search criteria to the contents of theBatchPredictionName. -
IAMUser- Sets the search criteria to the user account that invoked theBatchPredictioncreation. -
MLModelId- Sets the search criteria to theMLModelused in theBatchPrediction. -
DataSourceId- Sets the search criteria to theDataSourceused in theBatchPrediction. -
DataURI- Sets the search criteria to the data file(s) used in theBatchPrediction. The URL can identify either a file or an Amazon Simple Storage Solution (Amazon S3) bucket or directory.
-
- See Also:
BatchPredictionFilterVariable
-
-
getFilterVariable
public String getFilterVariable()
Use one of the following variables to filter a list of
BatchPrediction:-
CreatedAt- Sets the search criteria to theBatchPredictioncreation date. -
Status- Sets the search criteria to theBatchPredictionstatus. -
Name- Sets the search criteria to the contents of theBatchPredictionName. -
IAMUser- Sets the search criteria to the user account that invoked theBatchPredictioncreation. -
MLModelId- Sets the search criteria to theMLModelused in theBatchPrediction. -
DataSourceId- Sets the search criteria to theDataSourceused in theBatchPrediction. -
DataURI- Sets the search criteria to the data file(s) used in theBatchPrediction. The URL can identify either a file or an Amazon Simple Storage Solution (Amazon S3) bucket or directory.
- Returns:
- Use one of the following variables to filter a list of
BatchPrediction:-
CreatedAt- Sets the search criteria to theBatchPredictioncreation date. -
Status- Sets the search criteria to theBatchPredictionstatus. -
Name- Sets the search criteria to the contents of theBatchPredictionName. -
IAMUser- Sets the search criteria to the user account that invoked theBatchPredictioncreation. -
MLModelId- Sets the search criteria to theMLModelused in theBatchPrediction. -
DataSourceId- Sets the search criteria to theDataSourceused in theBatchPrediction. -
DataURI- Sets the search criteria to the data file(s) used in theBatchPrediction. The URL can identify either a file or an Amazon Simple Storage Solution (Amazon S3) bucket or directory.
-
- See Also:
BatchPredictionFilterVariable
-
-
withFilterVariable
public DescribeBatchPredictionsRequest withFilterVariable(String filterVariable)
Use one of the following variables to filter a list of
BatchPrediction:-
CreatedAt- Sets the search criteria to theBatchPredictioncreation date. -
Status- Sets the search criteria to theBatchPredictionstatus. -
Name- Sets the search criteria to the contents of theBatchPredictionName. -
IAMUser- Sets the search criteria to the user account that invoked theBatchPredictioncreation. -
MLModelId- Sets the search criteria to theMLModelused in theBatchPrediction. -
DataSourceId- Sets the search criteria to theDataSourceused in theBatchPrediction. -
DataURI- Sets the search criteria to the data file(s) used in theBatchPrediction. The URL can identify either a file or an Amazon Simple Storage Solution (Amazon S3) bucket or directory.
- Parameters:
filterVariable- Use one of the following variables to filter a list ofBatchPrediction:-
CreatedAt- Sets the search criteria to theBatchPredictioncreation date. -
Status- Sets the search criteria to theBatchPredictionstatus. -
Name- Sets the search criteria to the contents of theBatchPredictionName. -
IAMUser- Sets the search criteria to the user account that invoked theBatchPredictioncreation. -
MLModelId- Sets the search criteria to theMLModelused in theBatchPrediction. -
DataSourceId- Sets the search criteria to theDataSourceused in theBatchPrediction. -
DataURI- Sets the search criteria to the data file(s) used in theBatchPrediction. The URL can identify either a file or an Amazon Simple Storage Solution (Amazon S3) bucket or directory.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
BatchPredictionFilterVariable
-
-
setFilterVariable
public void setFilterVariable(BatchPredictionFilterVariable filterVariable)
Use one of the following variables to filter a list of
BatchPrediction:-
CreatedAt- Sets the search criteria to theBatchPredictioncreation date. -
Status- Sets the search criteria to theBatchPredictionstatus. -
Name- Sets the search criteria to the contents of theBatchPredictionName. -
IAMUser- Sets the search criteria to the user account that invoked theBatchPredictioncreation. -
MLModelId- Sets the search criteria to theMLModelused in theBatchPrediction. -
DataSourceId- Sets the search criteria to theDataSourceused in theBatchPrediction. -
DataURI- Sets the search criteria to the data file(s) used in theBatchPrediction. The URL can identify either a file or an Amazon Simple Storage Solution (Amazon S3) bucket or directory.
- Parameters:
filterVariable- Use one of the following variables to filter a list ofBatchPrediction:-
CreatedAt- Sets the search criteria to theBatchPredictioncreation date. -
Status- Sets the search criteria to theBatchPredictionstatus. -
Name- Sets the search criteria to the contents of theBatchPredictionName. -
IAMUser- Sets the search criteria to the user account that invoked theBatchPredictioncreation. -
MLModelId- Sets the search criteria to theMLModelused in theBatchPrediction. -
DataSourceId- Sets the search criteria to theDataSourceused in theBatchPrediction. -
DataURI- Sets the search criteria to the data file(s) used in theBatchPrediction. The URL can identify either a file or an Amazon Simple Storage Solution (Amazon S3) bucket or directory.
-
- See Also:
BatchPredictionFilterVariable
-
-
withFilterVariable
public DescribeBatchPredictionsRequest withFilterVariable(BatchPredictionFilterVariable filterVariable)
Use one of the following variables to filter a list of
BatchPrediction:-
CreatedAt- Sets the search criteria to theBatchPredictioncreation date. -
Status- Sets the search criteria to theBatchPredictionstatus. -
Name- Sets the search criteria to the contents of theBatchPredictionName. -
IAMUser- Sets the search criteria to the user account that invoked theBatchPredictioncreation. -
MLModelId- Sets the search criteria to theMLModelused in theBatchPrediction. -
DataSourceId- Sets the search criteria to theDataSourceused in theBatchPrediction. -
DataURI- Sets the search criteria to the data file(s) used in theBatchPrediction. The URL can identify either a file or an Amazon Simple Storage Solution (Amazon S3) bucket or directory.
- Parameters:
filterVariable- Use one of the following variables to filter a list ofBatchPrediction:-
CreatedAt- Sets the search criteria to theBatchPredictioncreation date. -
Status- Sets the search criteria to theBatchPredictionstatus. -
Name- Sets the search criteria to the contents of theBatchPredictionName. -
IAMUser- Sets the search criteria to the user account that invoked theBatchPredictioncreation. -
MLModelId- Sets the search criteria to theMLModelused in theBatchPrediction. -
DataSourceId- Sets the search criteria to theDataSourceused in theBatchPrediction. -
DataURI- Sets the search criteria to the data file(s) used in theBatchPrediction. The URL can identify either a file or an Amazon Simple Storage Solution (Amazon S3) bucket or directory.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
BatchPredictionFilterVariable
-
-
setEQ
public void setEQ(String eQ)
The equal to operator. The
BatchPredictionresults will haveFilterVariablevalues that exactly match the value specified withEQ.- Parameters:
eQ- The equal to operator. TheBatchPredictionresults will haveFilterVariablevalues that exactly match the value specified withEQ.
-
getEQ
public String getEQ()
The equal to operator. The
BatchPredictionresults will haveFilterVariablevalues that exactly match the value specified withEQ.- Returns:
- The equal to operator. The
BatchPredictionresults will haveFilterVariablevalues that exactly match the value specified withEQ.
-
withEQ
public DescribeBatchPredictionsRequest withEQ(String eQ)
The equal to operator. The
BatchPredictionresults will haveFilterVariablevalues that exactly match the value specified withEQ.- Parameters:
eQ- The equal to operator. TheBatchPredictionresults will haveFilterVariablevalues that exactly match the value specified withEQ.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setGT
public void setGT(String gT)
The greater than operator. The
BatchPredictionresults will haveFilterVariablevalues that are greater than the value specified withGT.- Parameters:
gT- The greater than operator. TheBatchPredictionresults will haveFilterVariablevalues that are greater than the value specified withGT.
-
getGT
public String getGT()
The greater than operator. The
BatchPredictionresults will haveFilterVariablevalues that are greater than the value specified withGT.- Returns:
- The greater than operator. The
BatchPredictionresults will haveFilterVariablevalues that are greater than the value specified withGT.
-
withGT
public DescribeBatchPredictionsRequest withGT(String gT)
The greater than operator. The
BatchPredictionresults will haveFilterVariablevalues that are greater than the value specified withGT.- Parameters:
gT- The greater than operator. TheBatchPredictionresults will haveFilterVariablevalues that are greater than the value specified withGT.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setLT
public void setLT(String lT)
The less than operator. The
BatchPredictionresults will haveFilterVariablevalues that are less than the value specified withLT.- Parameters:
lT- The less than operator. TheBatchPredictionresults will haveFilterVariablevalues that are less than the value specified withLT.
-
getLT
public String getLT()
The less than operator. The
BatchPredictionresults will haveFilterVariablevalues that are less than the value specified withLT.- Returns:
- The less than operator. The
BatchPredictionresults will haveFilterVariablevalues that are less than the value specified withLT.
-
withLT
public DescribeBatchPredictionsRequest withLT(String lT)
The less than operator. The
BatchPredictionresults will haveFilterVariablevalues that are less than the value specified withLT.- Parameters:
lT- The less than operator. TheBatchPredictionresults will haveFilterVariablevalues that are less than the value specified withLT.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setGE
public void setGE(String gE)
The greater than or equal to operator. The
BatchPredictionresults will haveFilterVariablevalues that are greater than or equal to the value specified withGE.- Parameters:
gE- The greater than or equal to operator. TheBatchPredictionresults will haveFilterVariablevalues that are greater than or equal to the value specified withGE.
-
getGE
public String getGE()
The greater than or equal to operator. The
BatchPredictionresults will haveFilterVariablevalues that are greater than or equal to the value specified withGE.- Returns:
- The greater than or equal to operator. The
BatchPredictionresults will haveFilterVariablevalues that are greater than or equal to the value specified withGE.
-
withGE
public DescribeBatchPredictionsRequest withGE(String gE)
The greater than or equal to operator. The
BatchPredictionresults will haveFilterVariablevalues that are greater than or equal to the value specified withGE.- Parameters:
gE- The greater than or equal to operator. TheBatchPredictionresults will haveFilterVariablevalues that are greater than or equal to the value specified withGE.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setLE
public void setLE(String lE)
The less than or equal to operator. The
BatchPredictionresults will haveFilterVariablevalues that are less than or equal to the value specified withLE.- Parameters:
lE- The less than or equal to operator. TheBatchPredictionresults will haveFilterVariablevalues that are less than or equal to the value specified withLE.
-
getLE
public String getLE()
The less than or equal to operator. The
BatchPredictionresults will haveFilterVariablevalues that are less than or equal to the value specified withLE.- Returns:
- The less than or equal to operator. The
BatchPredictionresults will haveFilterVariablevalues that are less than or equal to the value specified withLE.
-
withLE
public DescribeBatchPredictionsRequest withLE(String lE)
The less than or equal to operator. The
BatchPredictionresults will haveFilterVariablevalues that are less than or equal to the value specified withLE.- Parameters:
lE- The less than or equal to operator. TheBatchPredictionresults will haveFilterVariablevalues that are less than or equal to the value specified withLE.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setNE
public void setNE(String nE)
The not equal to operator. The
BatchPredictionresults will haveFilterVariablevalues not equal to the value specified withNE.- Parameters:
nE- The not equal to operator. TheBatchPredictionresults will haveFilterVariablevalues not equal to the value specified withNE.
-
getNE
public String getNE()
The not equal to operator. The
BatchPredictionresults will haveFilterVariablevalues not equal to the value specified withNE.- Returns:
- The not equal to operator. The
BatchPredictionresults will haveFilterVariablevalues not equal to the value specified withNE.
-
withNE
public DescribeBatchPredictionsRequest withNE(String nE)
The not equal to operator. The
BatchPredictionresults will haveFilterVariablevalues not equal to the value specified withNE.- Parameters:
nE- The not equal to operator. TheBatchPredictionresults will haveFilterVariablevalues not equal to the value specified withNE.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setPrefix
public void setPrefix(String prefix)
A string that is found at the beginning of a variable, such as
NameorId.For example, a
Batch Predictionoperation could have theName2014-09-09-HolidayGiftMailer. To search for thisBatchPrediction, selectNamefor theFilterVariableand any of the following strings for thePrefix:-
2014-09
-
2014-09-09
-
2014-09-09-Holiday
- Parameters:
prefix- A string that is found at the beginning of a variable, such asNameorId.For example, a
Batch Predictionoperation could have theName2014-09-09-HolidayGiftMailer. To search for thisBatchPrediction, selectNamefor theFilterVariableand any of the following strings for thePrefix:-
2014-09
-
2014-09-09
-
2014-09-09-Holiday
-
-
-
getPrefix
public String getPrefix()
A string that is found at the beginning of a variable, such as
NameorId.For example, a
Batch Predictionoperation could have theName2014-09-09-HolidayGiftMailer. To search for thisBatchPrediction, selectNamefor theFilterVariableand any of the following strings for thePrefix:-
2014-09
-
2014-09-09
-
2014-09-09-Holiday
- Returns:
- A string that is found at the beginning of a variable, such as
NameorId.For example, a
Batch Predictionoperation could have theName2014-09-09-HolidayGiftMailer. To search for thisBatchPrediction, selectNamefor theFilterVariableand any of the following strings for thePrefix:-
2014-09
-
2014-09-09
-
2014-09-09-Holiday
-
-
-
withPrefix
public DescribeBatchPredictionsRequest withPrefix(String prefix)
A string that is found at the beginning of a variable, such as
NameorId.For example, a
Batch Predictionoperation could have theName2014-09-09-HolidayGiftMailer. To search for thisBatchPrediction, selectNamefor theFilterVariableand any of the following strings for thePrefix:-
2014-09
-
2014-09-09
-
2014-09-09-Holiday
- Parameters:
prefix- A string that is found at the beginning of a variable, such asNameorId.For example, a
Batch Predictionoperation could have theName2014-09-09-HolidayGiftMailer. To search for thisBatchPrediction, selectNamefor theFilterVariableand any of the following strings for thePrefix:-
2014-09
-
2014-09-09
-
2014-09-09-Holiday
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
setSortOrder
public void setSortOrder(String sortOrder)
A two-value parameter that determines the sequence of the resulting list of
MLModels.-
asc- Arranges the list in ascending order (A-Z, 0-9). -
dsc- Arranges the list in descending order (Z-A, 9-0).
Results are sorted by
FilterVariable.- Parameters:
sortOrder- A two-value parameter that determines the sequence of the resulting list ofMLModels.-
asc- Arranges the list in ascending order (A-Z, 0-9). -
dsc- Arranges the list in descending order (Z-A, 9-0).
Results are sorted by
FilterVariable.-
- See Also:
SortOrder
-
-
getSortOrder
public String getSortOrder()
A two-value parameter that determines the sequence of the resulting list of
MLModels.-
asc- Arranges the list in ascending order (A-Z, 0-9). -
dsc- Arranges the list in descending order (Z-A, 9-0).
Results are sorted by
FilterVariable.- Returns:
- A two-value parameter that determines the sequence of the
resulting list of
MLModels.-
asc- Arranges the list in ascending order (A-Z, 0-9). -
dsc- Arranges the list in descending order (Z-A, 9-0).
Results are sorted by
FilterVariable. -
- See Also:
SortOrder
-
-
withSortOrder
public DescribeBatchPredictionsRequest withSortOrder(String sortOrder)
A two-value parameter that determines the sequence of the resulting list of
MLModels.-
asc- Arranges the list in ascending order (A-Z, 0-9). -
dsc- Arranges the list in descending order (Z-A, 9-0).
Results are sorted by
FilterVariable.- Parameters:
sortOrder- A two-value parameter that determines the sequence of the resulting list ofMLModels.-
asc- Arranges the list in ascending order (A-Z, 0-9). -
dsc- Arranges the list in descending order (Z-A, 9-0).
Results are sorted by
FilterVariable.-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
SortOrder
-
-
setSortOrder
public void setSortOrder(SortOrder sortOrder)
A two-value parameter that determines the sequence of the resulting list of
MLModels.-
asc- Arranges the list in ascending order (A-Z, 0-9). -
dsc- Arranges the list in descending order (Z-A, 9-0).
Results are sorted by
FilterVariable.- Parameters:
sortOrder- A two-value parameter that determines the sequence of the resulting list ofMLModels.-
asc- Arranges the list in ascending order (A-Z, 0-9). -
dsc- Arranges the list in descending order (Z-A, 9-0).
Results are sorted by
FilterVariable.-
- See Also:
SortOrder
-
-
withSortOrder
public DescribeBatchPredictionsRequest withSortOrder(SortOrder sortOrder)
A two-value parameter that determines the sequence of the resulting list of
MLModels.-
asc- Arranges the list in ascending order (A-Z, 0-9). -
dsc- Arranges the list in descending order (Z-A, 9-0).
Results are sorted by
FilterVariable.- Parameters:
sortOrder- A two-value parameter that determines the sequence of the resulting list ofMLModels.-
asc- Arranges the list in ascending order (A-Z, 0-9). -
dsc- Arranges the list in descending order (Z-A, 9-0).
Results are sorted by
FilterVariable.-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
SortOrder
-
-
setNextToken
public void setNextToken(String nextToken)
An ID of the page in the paginated results.
- Parameters:
nextToken- An ID of the page in the paginated results.
-
getNextToken
public String getNextToken()
An ID of the page in the paginated results.
- Returns:
- An ID of the page in the paginated results.
-
withNextToken
public DescribeBatchPredictionsRequest withNextToken(String nextToken)
An ID of the page in the paginated results.
- Parameters:
nextToken- An ID of the page in the paginated results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setLimit
public void setLimit(Integer limit)
The number of pages of information to include in the result. The range of acceptable values is 1 through 100. The default value is 100.
- Parameters:
limit- The number of pages of information to include in the result. The range of acceptable values is 1 through 100. The default value is 100.
-
getLimit
public Integer getLimit()
The number of pages of information to include in the result. The range of acceptable values is 1 through 100. The default value is 100.
- Returns:
- The number of pages of information to include in the result. The range of acceptable values is 1 through 100. The default value is 100.
-
withLimit
public DescribeBatchPredictionsRequest withLimit(Integer limit)
The number of pages of information to include in the result. The range of acceptable values is 1 through 100. The default value is 100.
- Parameters:
limit- The number of pages of information to include in the result. The range of acceptable values is 1 through 100. The default value is 100.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
public String toString()
Returns a string representation of this object; useful for testing and debugging.- Overrides:
toStringin classObject- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public DescribeBatchPredictionsRequest clone()
Description copied from class:AmazonWebServiceRequestCreates a shallow clone of this request. Explicitly does not clone the deep structure of the request object.- Overrides:
clonein classAmazonWebServiceRequest- See Also:
Object.clone()
-
-