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 ListOperationsResultclone()booleanequals(Object obj)StringgetNextPageMarker()If there are more operations than you specified forMaxItemsin the request, submit another request and include the value ofNextPageMarkerin the value ofMarker.List<OperationSummary>getOperations()Lists summaries of the operations.inthashCode()voidsetNextPageMarker(String nextPageMarker)If there are more operations than you specified forMaxItemsin the request, submit another request and include the value ofNextPageMarkerin the value ofMarker.voidsetOperations(Collection<OperationSummary> operations)Lists summaries of the operations.StringtoString()Returns a string representation of this object; useful for testing and debugging.ListOperationsResultwithNextPageMarker(String nextPageMarker)If there are more operations than you specified forMaxItemsin the request, submit another request and include the value ofNextPageMarkerin the value ofMarker.ListOperationsResultwithOperations(OperationSummary... operations)Lists summaries of the operations.ListOperationsResultwithOperations(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,TypeNOTE: 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
MaxItemsin the request, submit another request and include the value ofNextPageMarkerin the value ofMarker.Type: String
Parent:
Operations- Parameters:
nextPageMarker- If there are more operations than you specified forMaxItemsin the request, submit another request and include the value ofNextPageMarkerin the value ofMarker.Type: String
Parent:
Operations
-
getNextPageMarker
public String getNextPageMarker()
If there are more operations than you specified for
MaxItemsin the request, submit another request and include the value ofNextPageMarkerin the value ofMarker.Type: String
Parent:
Operations- Returns:
- If there are more operations than you specified for
MaxItemsin the request, submit another request and include the value ofNextPageMarkerin the value ofMarker.Type: String
Parent:
Operations
-
withNextPageMarker
public ListOperationsResult withNextPageMarker(String nextPageMarker)
If there are more operations than you specified for
MaxItemsin the request, submit another request and include the value ofNextPageMarkerin the value ofMarker.Type: String
Parent:
Operations- Parameters:
nextPageMarker- If there are more operations than you specified forMaxItemsin the request, submit another request and include the value ofNextPageMarkerin 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:
toStringin classObject- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public ListOperationsResult clone()
-
-