public class DescribeExportTasksRequest extends AmazonWebServiceRequest implements java.io.Serializable
DescribeExportTasks operation.| コンストラクタと説明 |
|---|
DescribeExportTasksRequest() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.util.List<java.lang.String> |
getExportTaskIds()
Returns the value of the ExportTaskIds property for this object.
|
int |
hashCode() |
void |
setExportTaskIds(java.util.Collection<java.lang.String> exportTaskIds)
Sets the value of the ExportTaskIds property for this object.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeExportTasksRequest |
withExportTaskIds(java.util.Collection<java.lang.String> exportTaskIds)
Sets the value of the ExportTaskIds property for this object.
|
DescribeExportTasksRequest |
withExportTaskIds(java.lang.String... exportTaskIds)
Sets the value of the ExportTaskIds property for this object.
|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentialspublic java.util.List<java.lang.String> getExportTaskIds()
public void setExportTaskIds(java.util.Collection<java.lang.String> exportTaskIds)
exportTaskIds - The new value for the ExportTaskIds property for this object.public DescribeExportTasksRequest withExportTaskIds(java.lang.String... exportTaskIds)
Returns a reference to this object so that method calls can be chained together.
exportTaskIds - The new value for the ExportTaskIds property for this object.public DescribeExportTasksRequest withExportTaskIds(java.util.Collection<java.lang.String> exportTaskIds)
Returns a reference to this object so that method calls can be chained together.
exportTaskIds - The new value for the ExportTaskIds 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