Class DescribeEvaluationsRequest
- java.lang.Object
-
- com.amazonaws.AmazonWebServiceRequest
-
- com.amazonaws.services.machinelearning.model.DescribeEvaluationsRequest
-
- All Implemented Interfaces:
ReadLimitInfo
,Serializable
,Cloneable
public class DescribeEvaluationsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class com.amazonaws.AmazonWebServiceRequest
NOOP
-
-
Constructor Summary
Constructors Constructor Description DescribeEvaluationsRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DescribeEvaluationsRequest
clone()
Creates a shallow clone of this request.boolean
equals(Object obj)
String
getEQ()
The equal to operator.String
getFilterVariable()
Use one of the following variable to filter a list ofEvaluation
objects:String
getGE()
The greater than or equal to operator.String
getGT()
The greater than operator.String
getLE()
The less than or equal to operator.Integer
getLimit()
The maximum number ofEvaluation
to include in the result.String
getLT()
The less than operator.String
getNE()
The not equal to operator.String
getNextToken()
The ID of the page in the paginated results.String
getPrefix()
A string that is found at the beginning of a variable, such asName
orId
.String
getSortOrder()
A two-value parameter that determines the sequence of the resulting list ofEvaluation
.int
hashCode()
void
setEQ(String eQ)
The equal to operator.void
setFilterVariable(EvaluationFilterVariable filterVariable)
Use one of the following variable to filter a list ofEvaluation
objects:void
setFilterVariable(String filterVariable)
Use one of the following variable to filter a list ofEvaluation
objects:void
setGE(String gE)
The greater than or equal to operator.void
setGT(String gT)
The greater than operator.void
setLE(String lE)
The less than or equal to operator.void
setLimit(Integer limit)
The maximum number ofEvaluation
to include in the result.void
setLT(String lT)
The less than operator.void
setNE(String nE)
The not equal to operator.void
setNextToken(String nextToken)
The ID of the page in the paginated results.void
setPrefix(String prefix)
A string that is found at the beginning of a variable, such asName
orId
.void
setSortOrder(SortOrder sortOrder)
A two-value parameter that determines the sequence of the resulting list ofEvaluation
.void
setSortOrder(String sortOrder)
A two-value parameter that determines the sequence of the resulting list ofEvaluation
.String
toString()
Returns a string representation of this object; useful for testing and debugging.DescribeEvaluationsRequest
withEQ(String eQ)
The equal to operator.DescribeEvaluationsRequest
withFilterVariable(EvaluationFilterVariable filterVariable)
Use one of the following variable to filter a list ofEvaluation
objects:DescribeEvaluationsRequest
withFilterVariable(String filterVariable)
Use one of the following variable to filter a list ofEvaluation
objects:DescribeEvaluationsRequest
withGE(String gE)
The greater than or equal to operator.DescribeEvaluationsRequest
withGT(String gT)
The greater than operator.DescribeEvaluationsRequest
withLE(String lE)
The less than or equal to operator.DescribeEvaluationsRequest
withLimit(Integer limit)
The maximum number ofEvaluation
to include in the result.DescribeEvaluationsRequest
withLT(String lT)
The less than operator.DescribeEvaluationsRequest
withNE(String nE)
The not equal to operator.DescribeEvaluationsRequest
withNextToken(String nextToken)
The ID of the page in the paginated results.DescribeEvaluationsRequest
withPrefix(String prefix)
A string that is found at the beginning of a variable, such asName
orId
.DescribeEvaluationsRequest
withSortOrder(SortOrder sortOrder)
A two-value parameter that determines the sequence of the resulting list ofEvaluation
.DescribeEvaluationsRequest
withSortOrder(String sortOrder)
A two-value parameter that determines the sequence of the resulting list ofEvaluation
.-
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 variable to filter a list of
Evaluation
objects:-
CreatedAt
- Sets the search criteria to theEvaluation
creation date. -
Status
- Sets the search criteria to theEvaluation
status. -
Name
- Sets the search criteria to the contents ofEvaluation
Name
. -
IAMUser
- Sets the search criteria to the user account that invoked anEvaluation
. -
MLModelId
- Sets the search criteria to theMLModel
that was evaluated. -
DataSourceId
- Sets the search criteria to theDataSource
used inEvaluation
. -
DataUri
- Sets the search criteria to the data file(s) used inEvaluation
. 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 variable to filter a list ofEvaluation
objects:-
CreatedAt
- Sets the search criteria to theEvaluation
creation date. -
Status
- Sets the search criteria to theEvaluation
status. -
Name
- Sets the search criteria to the contents ofEvaluation
Name
. -
IAMUser
- Sets the search criteria to the user account that invoked anEvaluation
. -
MLModelId
- Sets the search criteria to theMLModel
that was evaluated. -
DataSourceId
- Sets the search criteria to theDataSource
used inEvaluation
. -
DataUri
- Sets the search criteria to the data file(s) used inEvaluation
. The URL can identify either a file or an Amazon Simple Storage Solution (Amazon S3) bucket or directory.
-
- See Also:
EvaluationFilterVariable
-
-
getFilterVariable
public String getFilterVariable()
Use one of the following variable to filter a list of
Evaluation
objects:-
CreatedAt
- Sets the search criteria to theEvaluation
creation date. -
Status
- Sets the search criteria to theEvaluation
status. -
Name
- Sets the search criteria to the contents ofEvaluation
Name
. -
IAMUser
- Sets the search criteria to the user account that invoked anEvaluation
. -
MLModelId
- Sets the search criteria to theMLModel
that was evaluated. -
DataSourceId
- Sets the search criteria to theDataSource
used inEvaluation
. -
DataUri
- Sets the search criteria to the data file(s) used inEvaluation
. The URL can identify either a file or an Amazon Simple Storage Solution (Amazon S3) bucket or directory.
- Returns:
- Use one of the following variable to filter a list of
Evaluation
objects:-
CreatedAt
- Sets the search criteria to theEvaluation
creation date. -
Status
- Sets the search criteria to theEvaluation
status. -
Name
- Sets the search criteria to the contents ofEvaluation
Name
. -
IAMUser
- Sets the search criteria to the user account that invoked anEvaluation
. -
MLModelId
- Sets the search criteria to theMLModel
that was evaluated. -
DataSourceId
- Sets the search criteria to theDataSource
used inEvaluation
. -
DataUri
- Sets the search criteria to the data file(s) used inEvaluation
. The URL can identify either a file or an Amazon Simple Storage Solution (Amazon S3) bucket or directory.
-
- See Also:
EvaluationFilterVariable
-
-
withFilterVariable
public DescribeEvaluationsRequest withFilterVariable(String filterVariable)
Use one of the following variable to filter a list of
Evaluation
objects:-
CreatedAt
- Sets the search criteria to theEvaluation
creation date. -
Status
- Sets the search criteria to theEvaluation
status. -
Name
- Sets the search criteria to the contents ofEvaluation
Name
. -
IAMUser
- Sets the search criteria to the user account that invoked anEvaluation
. -
MLModelId
- Sets the search criteria to theMLModel
that was evaluated. -
DataSourceId
- Sets the search criteria to theDataSource
used inEvaluation
. -
DataUri
- Sets the search criteria to the data file(s) used inEvaluation
. 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 variable to filter a list ofEvaluation
objects:-
CreatedAt
- Sets the search criteria to theEvaluation
creation date. -
Status
- Sets the search criteria to theEvaluation
status. -
Name
- Sets the search criteria to the contents ofEvaluation
Name
. -
IAMUser
- Sets the search criteria to the user account that invoked anEvaluation
. -
MLModelId
- Sets the search criteria to theMLModel
that was evaluated. -
DataSourceId
- Sets the search criteria to theDataSource
used inEvaluation
. -
DataUri
- Sets the search criteria to the data file(s) used inEvaluation
. 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:
EvaluationFilterVariable
-
-
setFilterVariable
public void setFilterVariable(EvaluationFilterVariable filterVariable)
Use one of the following variable to filter a list of
Evaluation
objects:-
CreatedAt
- Sets the search criteria to theEvaluation
creation date. -
Status
- Sets the search criteria to theEvaluation
status. -
Name
- Sets the search criteria to the contents ofEvaluation
Name
. -
IAMUser
- Sets the search criteria to the user account that invoked anEvaluation
. -
MLModelId
- Sets the search criteria to theMLModel
that was evaluated. -
DataSourceId
- Sets the search criteria to theDataSource
used inEvaluation
. -
DataUri
- Sets the search criteria to the data file(s) used inEvaluation
. 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 variable to filter a list ofEvaluation
objects:-
CreatedAt
- Sets the search criteria to theEvaluation
creation date. -
Status
- Sets the search criteria to theEvaluation
status. -
Name
- Sets the search criteria to the contents ofEvaluation
Name
. -
IAMUser
- Sets the search criteria to the user account that invoked anEvaluation
. -
MLModelId
- Sets the search criteria to theMLModel
that was evaluated. -
DataSourceId
- Sets the search criteria to theDataSource
used inEvaluation
. -
DataUri
- Sets the search criteria to the data file(s) used inEvaluation
. The URL can identify either a file or an Amazon Simple Storage Solution (Amazon S3) bucket or directory.
-
- See Also:
EvaluationFilterVariable
-
-
withFilterVariable
public DescribeEvaluationsRequest withFilterVariable(EvaluationFilterVariable filterVariable)
Use one of the following variable to filter a list of
Evaluation
objects:-
CreatedAt
- Sets the search criteria to theEvaluation
creation date. -
Status
- Sets the search criteria to theEvaluation
status. -
Name
- Sets the search criteria to the contents ofEvaluation
Name
. -
IAMUser
- Sets the search criteria to the user account that invoked anEvaluation
. -
MLModelId
- Sets the search criteria to theMLModel
that was evaluated. -
DataSourceId
- Sets the search criteria to theDataSource
used inEvaluation
. -
DataUri
- Sets the search criteria to the data file(s) used inEvaluation
. 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 variable to filter a list ofEvaluation
objects:-
CreatedAt
- Sets the search criteria to theEvaluation
creation date. -
Status
- Sets the search criteria to theEvaluation
status. -
Name
- Sets the search criteria to the contents ofEvaluation
Name
. -
IAMUser
- Sets the search criteria to the user account that invoked anEvaluation
. -
MLModelId
- Sets the search criteria to theMLModel
that was evaluated. -
DataSourceId
- Sets the search criteria to theDataSource
used inEvaluation
. -
DataUri
- Sets the search criteria to the data file(s) used inEvaluation
. 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:
EvaluationFilterVariable
-
-
setEQ
public void setEQ(String eQ)
The equal to operator. The
Evaluation
results will haveFilterVariable
values that exactly match the value specified withEQ
.- Parameters:
eQ
- The equal to operator. TheEvaluation
results will haveFilterVariable
values that exactly match the value specified withEQ
.
-
getEQ
public String getEQ()
The equal to operator. The
Evaluation
results will haveFilterVariable
values that exactly match the value specified withEQ
.- Returns:
- The equal to operator. The
Evaluation
results will haveFilterVariable
values that exactly match the value specified withEQ
.
-
withEQ
public DescribeEvaluationsRequest withEQ(String eQ)
The equal to operator. The
Evaluation
results will haveFilterVariable
values that exactly match the value specified withEQ
.- Parameters:
eQ
- The equal to operator. TheEvaluation
results will haveFilterVariable
values 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
Evaluation
results will haveFilterVariable
values that are greater than the value specified withGT
.- Parameters:
gT
- The greater than operator. TheEvaluation
results will haveFilterVariable
values that are greater than the value specified withGT
.
-
getGT
public String getGT()
The greater than operator. The
Evaluation
results will haveFilterVariable
values that are greater than the value specified withGT
.- Returns:
- The greater than operator. The
Evaluation
results will haveFilterVariable
values that are greater than the value specified withGT
.
-
withGT
public DescribeEvaluationsRequest withGT(String gT)
The greater than operator. The
Evaluation
results will haveFilterVariable
values that are greater than the value specified withGT
.- Parameters:
gT
- The greater than operator. TheEvaluation
results will haveFilterVariable
values 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
Evaluation
results will haveFilterVariable
values that are less than the value specified withLT
.- Parameters:
lT
- The less than operator. TheEvaluation
results will haveFilterVariable
values that are less than the value specified withLT
.
-
getLT
public String getLT()
The less than operator. The
Evaluation
results will haveFilterVariable
values that are less than the value specified withLT
.- Returns:
- The less than operator. The
Evaluation
results will haveFilterVariable
values that are less than the value specified withLT
.
-
withLT
public DescribeEvaluationsRequest withLT(String lT)
The less than operator. The
Evaluation
results will haveFilterVariable
values that are less than the value specified withLT
.- Parameters:
lT
- The less than operator. TheEvaluation
results will haveFilterVariable
values 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
Evaluation
results will haveFilterVariable
values that are greater than or equal to the value specified withGE
.- Parameters:
gE
- The greater than or equal to operator. TheEvaluation
results will haveFilterVariable
values that are greater than or equal to the value specified withGE
.
-
getGE
public String getGE()
The greater than or equal to operator. The
Evaluation
results will haveFilterVariable
values that are greater than or equal to the value specified withGE
.- Returns:
- The greater than or equal to operator. The
Evaluation
results will haveFilterVariable
values that are greater than or equal to the value specified withGE
.
-
withGE
public DescribeEvaluationsRequest withGE(String gE)
The greater than or equal to operator. The
Evaluation
results will haveFilterVariable
values that are greater than or equal to the value specified withGE
.- Parameters:
gE
- The greater than or equal to operator. TheEvaluation
results will haveFilterVariable
values 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
Evaluation
results will haveFilterVariable
values that are less than or equal to the value specified withLE
.- Parameters:
lE
- The less than or equal to operator. TheEvaluation
results will haveFilterVariable
values that are less than or equal to the value specified withLE
.
-
getLE
public String getLE()
The less than or equal to operator. The
Evaluation
results will haveFilterVariable
values that are less than or equal to the value specified withLE
.- Returns:
- The less than or equal to operator. The
Evaluation
results will haveFilterVariable
values that are less than or equal to the value specified withLE
.
-
withLE
public DescribeEvaluationsRequest withLE(String lE)
The less than or equal to operator. The
Evaluation
results will haveFilterVariable
values that are less than or equal to the value specified withLE
.- Parameters:
lE
- The less than or equal to operator. TheEvaluation
results will haveFilterVariable
values 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
Evaluation
results will haveFilterVariable
values not equal to the value specified withNE
.- Parameters:
nE
- The not equal to operator. TheEvaluation
results will haveFilterVariable
values not equal to the value specified withNE
.
-
getNE
public String getNE()
The not equal to operator. The
Evaluation
results will haveFilterVariable
values not equal to the value specified withNE
.- Returns:
- The not equal to operator. The
Evaluation
results will haveFilterVariable
values not equal to the value specified withNE
.
-
withNE
public DescribeEvaluationsRequest withNE(String nE)
The not equal to operator. The
Evaluation
results will haveFilterVariable
values not equal to the value specified withNE
.- Parameters:
nE
- The not equal to operator. TheEvaluation
results will haveFilterVariable
values 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
Name
orId
.For example, an
Evaluation
could have theName
2014-09-09-HolidayGiftMailer
. To search for thisEvaluation
, selectName
for theFilterVariable
and 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 asName
orId
.For example, an
Evaluation
could have theName
2014-09-09-HolidayGiftMailer
. To search for thisEvaluation
, selectName
for theFilterVariable
and 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
Name
orId
.For example, an
Evaluation
could have theName
2014-09-09-HolidayGiftMailer
. To search for thisEvaluation
, selectName
for theFilterVariable
and 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
Name
orId
.For example, an
Evaluation
could have theName
2014-09-09-HolidayGiftMailer
. To search for thisEvaluation
, selectName
for theFilterVariable
and any of the following strings for thePrefix
:-
2014-09
-
2014-09-09
-
2014-09-09-Holiday
-
-
-
withPrefix
public DescribeEvaluationsRequest withPrefix(String prefix)
A string that is found at the beginning of a variable, such as
Name
orId
.For example, an
Evaluation
could have theName
2014-09-09-HolidayGiftMailer
. To search for thisEvaluation
, selectName
for theFilterVariable
and 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 asName
orId
.For example, an
Evaluation
could have theName
2014-09-09-HolidayGiftMailer
. To search for thisEvaluation
, selectName
for theFilterVariable
and 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
Evaluation
.-
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 ofEvaluation
.-
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
Evaluation
.-
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
Evaluation
.-
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 DescribeEvaluationsRequest withSortOrder(String sortOrder)
A two-value parameter that determines the sequence of the resulting list of
Evaluation
.-
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 ofEvaluation
.-
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
Evaluation
.-
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 ofEvaluation
.-
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 DescribeEvaluationsRequest withSortOrder(SortOrder sortOrder)
A two-value parameter that determines the sequence of the resulting list of
Evaluation
.-
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 ofEvaluation
.-
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)
The ID of the page in the paginated results.
- Parameters:
nextToken
- The ID of the page in the paginated results.
-
getNextToken
public String getNextToken()
The ID of the page in the paginated results.
- Returns:
- The ID of the page in the paginated results.
-
withNextToken
public DescribeEvaluationsRequest withNextToken(String nextToken)
The ID of the page in the paginated results.
- Parameters:
nextToken
- The 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 maximum number of
Evaluation
to include in the result.- Parameters:
limit
- The maximum number ofEvaluation
to include in the result.
-
getLimit
public Integer getLimit()
The maximum number of
Evaluation
to include in the result.- Returns:
- The maximum number of
Evaluation
to include in the result.
-
withLimit
public DescribeEvaluationsRequest withLimit(Integer limit)
The maximum number of
Evaluation
to include in the result.- Parameters:
limit
- The maximum number ofEvaluation
to include in the result.- 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:
toString
in classObject
- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public DescribeEvaluationsRequest clone()
Description copied from class:AmazonWebServiceRequest
Creates a shallow clone of this request. Explicitly does not clone the deep structure of the request object.- Overrides:
clone
in classAmazonWebServiceRequest
- See Also:
Object.clone()
-
-