@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListLandingZonesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListLandingZonesResult() |
Modifier and Type | Method and Description |
---|---|
ListLandingZonesResult |
clone() |
boolean |
equals(Object obj) |
List<LandingZoneSummary> |
getLandingZones()
The ARN of the landing zone.
|
String |
getNextToken()
Retrieves the next page of results.
|
int |
hashCode() |
void |
setLandingZones(Collection<LandingZoneSummary> landingZones)
The ARN of the landing zone.
|
void |
setNextToken(String nextToken)
Retrieves the next page of results.
|
String |
toString()
Returns a string representation of this object.
|
ListLandingZonesResult |
withLandingZones(Collection<LandingZoneSummary> landingZones)
The ARN of the landing zone.
|
ListLandingZonesResult |
withLandingZones(LandingZoneSummary... landingZones)
The ARN of the landing zone.
|
ListLandingZonesResult |
withNextToken(String nextToken)
Retrieves the next page of results.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<LandingZoneSummary> getLandingZones()
The ARN of the landing zone.
public void setLandingZones(Collection<LandingZoneSummary> landingZones)
The ARN of the landing zone.
landingZones
- The ARN of the landing zone.public ListLandingZonesResult withLandingZones(LandingZoneSummary... landingZones)
The ARN of the landing zone.
NOTE: This method appends the values to the existing list (if any). Use
setLandingZones(java.util.Collection)
or withLandingZones(java.util.Collection)
if you want to
override the existing values.
landingZones
- The ARN of the landing zone.public ListLandingZonesResult withLandingZones(Collection<LandingZoneSummary> landingZones)
The ARN of the landing zone.
landingZones
- The ARN of the landing zone.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 ListLandingZonesResult 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 ListLandingZonesResult clone()