public class DescribeConversionTasksRequest extends AmazonWebServiceRequest implements java.io.Serializable
DescribeConversionTasks operation.| コンストラクタと説明 |
|---|
DescribeConversionTasksRequest() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.util.List<java.lang.String> |
getConversionTaskIds()
Returns the value of the ConversionTaskIds property for this object.
|
java.util.List<Filter> |
getFilters()
Returns the value of the Filters property for this object.
|
int |
hashCode() |
void |
setConversionTaskIds(java.util.Collection<java.lang.String> conversionTaskIds)
Sets the value of the ConversionTaskIds property for this object.
|
void |
setFilters(java.util.Collection<Filter> filters)
Sets the value of the Filters property for this object.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeConversionTasksRequest |
withConversionTaskIds(java.util.Collection<java.lang.String> conversionTaskIds)
Sets the value of the ConversionTaskIds property for this object.
|
DescribeConversionTasksRequest |
withConversionTaskIds(java.lang.String... conversionTaskIds)
Sets the value of the ConversionTaskIds property for this object.
|
DescribeConversionTasksRequest |
withFilters(java.util.Collection<Filter> filters)
Sets the value of the Filters property for this object.
|
DescribeConversionTasksRequest |
withFilters(Filter... filters)
Sets the value of the Filters property for this object.
|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentialspublic java.util.List<Filter> getFilters()
public void setFilters(java.util.Collection<Filter> filters)
filters - The new value for the Filters property for this object.public DescribeConversionTasksRequest withFilters(Filter... filters)
Returns a reference to this object so that method calls can be chained together.
filters - The new value for the Filters property for this object.public DescribeConversionTasksRequest withFilters(java.util.Collection<Filter> filters)
Returns a reference to this object so that method calls can be chained together.
filters - The new value for the Filters property for this object.public java.util.List<java.lang.String> getConversionTaskIds()
public void setConversionTaskIds(java.util.Collection<java.lang.String> conversionTaskIds)
conversionTaskIds - The new value for the ConversionTaskIds property for this object.public DescribeConversionTasksRequest withConversionTaskIds(java.lang.String... conversionTaskIds)
Returns a reference to this object so that method calls can be chained together.
conversionTaskIds - The new value for the ConversionTaskIds property for this object.public DescribeConversionTasksRequest withConversionTaskIds(java.util.Collection<java.lang.String> conversionTaskIds)
Returns a reference to this object so that method calls can be chained together.
conversionTaskIds - The new value for the ConversionTaskIds property for this object.public java.lang.String toString()
toString クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object