Class DescribeExportTasksResult
java.lang.Object
com.amazonaws.services.logs.model.DescribeExportTasksResult
- All Implemented Interfaces:
Serializable
,Cloneable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
int
hashCode()
void
setExportTasks
(Collection<ExportTask> exportTasks) void
setNextToken
(String nextToken) toString()
Returns a string representation of this object; useful for testing and debugging.withExportTasks
(ExportTask... exportTasks) NOTE: This method appends the values to the existing list (if any).withExportTasks
(Collection<ExportTask> exportTasks) withNextToken
(String nextToken)
-
Constructor Details
-
DescribeExportTasksResult
public DescribeExportTasksResult()
-
-
Method Details
-
getExportTasks
- Returns:
-
setExportTasks
- Parameters:
exportTasks
-
-
withExportTasks
NOTE: This method appends the values to the existing list (if any). Use
setExportTasks(java.util.Collection)
orwithExportTasks(java.util.Collection)
if you want to override the existing values.- Parameters:
exportTasks
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withExportTasks
- Parameters:
exportTasks
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setNextToken
- Parameters:
nextToken
-
-
getNextToken
- Returns:
-
withNextToken
- Parameters:
nextToken
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-