@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListLandingZoneOperationsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListLandingZoneOperationsResult() |
Modifier and Type | Method and Description |
---|---|
ListLandingZoneOperationsResult |
clone() |
boolean |
equals(Object obj) |
List<LandingZoneOperationSummary> |
getLandingZoneOperations()
Lists landing zone operations.
|
String |
getNextToken()
Retrieves the next page of results.
|
int |
hashCode() |
void |
setLandingZoneOperations(Collection<LandingZoneOperationSummary> landingZoneOperations)
Lists landing zone operations.
|
void |
setNextToken(String nextToken)
Retrieves the next page of results.
|
String |
toString()
Returns a string representation of this object.
|
ListLandingZoneOperationsResult |
withLandingZoneOperations(Collection<LandingZoneOperationSummary> landingZoneOperations)
Lists landing zone operations.
|
ListLandingZoneOperationsResult |
withLandingZoneOperations(LandingZoneOperationSummary... landingZoneOperations)
Lists landing zone operations.
|
ListLandingZoneOperationsResult |
withNextToken(String nextToken)
Retrieves the next page of results.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<LandingZoneOperationSummary> getLandingZoneOperations()
Lists landing zone operations.
public void setLandingZoneOperations(Collection<LandingZoneOperationSummary> landingZoneOperations)
Lists landing zone operations.
landingZoneOperations
- Lists landing zone operations.public ListLandingZoneOperationsResult withLandingZoneOperations(LandingZoneOperationSummary... landingZoneOperations)
Lists landing zone operations.
NOTE: This method appends the values to the existing list (if any). Use
setLandingZoneOperations(java.util.Collection)
or
withLandingZoneOperations(java.util.Collection)
if you want to override the existing values.
landingZoneOperations
- Lists landing zone operations.public ListLandingZoneOperationsResult withLandingZoneOperations(Collection<LandingZoneOperationSummary> landingZoneOperations)
Lists landing zone operations.
landingZoneOperations
- Lists landing zone operations.public void setNextToken(String nextToken)
Retrieves the next page of results. If the string is empty, the response is the end of the results.
nextToken
- Retrieves the next page of results. If the string is empty, the response is the end of the results.public String getNextToken()
Retrieves the next page of results. If the string is empty, the response is the end of the results.
public ListLandingZoneOperationsResult withNextToken(String nextToken)
Retrieves the next page of results. If the string is empty, the response is the end of the results.
nextToken
- Retrieves the next page of results. If the string is empty, the response is the end of the results.public String toString()
toString
in class Object
Object.toString()
public ListLandingZoneOperationsResult clone()