Class ListOperationsResult
- java.lang.Object
-
- com.amazonaws.services.route53domains.model.ListOperationsResult
-
- All Implemented Interfaces:
Serializable
,Cloneable
public class ListOperationsResult extends Object implements Serializable, Cloneable
The ListOperations response includes the following elements.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ListOperationsResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ListOperationsResult
clone()
boolean
equals(Object obj)
String
getNextPageMarker()
If there are more operations than you specified forMaxItems
in the request, submit another request and include the value ofNextPageMarker
in the value ofMarker
.List<OperationSummary>
getOperations()
Lists summaries of the operations.int
hashCode()
void
setNextPageMarker(String nextPageMarker)
If there are more operations than you specified forMaxItems
in the request, submit another request and include the value ofNextPageMarker
in the value ofMarker
.void
setOperations(Collection<OperationSummary> operations)
Lists summaries of the operations.String
toString()
Returns a string representation of this object; useful for testing and debugging.ListOperationsResult
withNextPageMarker(String nextPageMarker)
If there are more operations than you specified forMaxItems
in the request, submit another request and include the value ofNextPageMarker
in the value ofMarker
.ListOperationsResult
withOperations(OperationSummary... operations)
Lists summaries of the operations.ListOperationsResult
withOperations(Collection<OperationSummary> operations)
Lists summaries of the operations.
-
-
-
Method Detail
-
getOperations
public List<OperationSummary> getOperations()
Lists summaries of the operations.
Type: Complex type containing a list of operation summaries
Children:
OperationId
,Status
,SubmittedDate
,Type
- Returns:
- Lists summaries of the operations.
Type: Complex type containing a list of operation summaries
Children:
OperationId
,Status
,SubmittedDate
,Type
-
setOperations
public void setOperations(Collection<OperationSummary> operations)
Lists summaries of the operations.
Type: Complex type containing a list of operation summaries
Children:
OperationId
,Status
,SubmittedDate
,Type
- Parameters:
operations
- Lists summaries of the operations.Type: Complex type containing a list of operation summaries
Children:
OperationId
,Status
,SubmittedDate
,Type
-
withOperations
public ListOperationsResult withOperations(OperationSummary... operations)
Lists summaries of the operations.
Type: Complex type containing a list of operation summaries
Children:
OperationId
,Status
,SubmittedDate
,Type
NOTE: This method appends the values to the existing list (if any). Use
setOperations(java.util.Collection)
orwithOperations(java.util.Collection)
if you want to override the existing values.- Parameters:
operations
- Lists summaries of the operations.Type: Complex type containing a list of operation summaries
Children:
OperationId
,Status
,SubmittedDate
,Type
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withOperations
public ListOperationsResult withOperations(Collection<OperationSummary> operations)
Lists summaries of the operations.
Type: Complex type containing a list of operation summaries
Children:
OperationId
,Status
,SubmittedDate
,Type
- Parameters:
operations
- Lists summaries of the operations.Type: Complex type containing a list of operation summaries
Children:
OperationId
,Status
,SubmittedDate
,Type
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setNextPageMarker
public void setNextPageMarker(String nextPageMarker)
If there are more operations than you specified for
MaxItems
in the request, submit another request and include the value ofNextPageMarker
in the value ofMarker
.Type: String
Parent:
Operations
- Parameters:
nextPageMarker
- If there are more operations than you specified forMaxItems
in the request, submit another request and include the value ofNextPageMarker
in the value ofMarker
.Type: String
Parent:
Operations
-
getNextPageMarker
public String getNextPageMarker()
If there are more operations than you specified for
MaxItems
in the request, submit another request and include the value ofNextPageMarker
in the value ofMarker
.Type: String
Parent:
Operations
- Returns:
- If there are more operations than you specified for
MaxItems
in the request, submit another request and include the value ofNextPageMarker
in the value ofMarker
.Type: String
Parent:
Operations
-
withNextPageMarker
public ListOperationsResult withNextPageMarker(String nextPageMarker)
If there are more operations than you specified for
MaxItems
in the request, submit another request and include the value ofNextPageMarker
in the value ofMarker
.Type: String
Parent:
Operations
- Parameters:
nextPageMarker
- If there are more operations than you specified forMaxItems
in the request, submit another request and include the value ofNextPageMarker
in the value ofMarker
.Type: String
Parent:
Operations
- 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 ListOperationsResult clone()
-
-