@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListMobileSdkReleasesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListMobileSdkReleasesResult() |
Modifier and Type | Method and Description |
---|---|
ListMobileSdkReleasesResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextMarker()
When you request a list of objects with a
Limit setting, if the number of objects that are still
available for retrieval exceeds the limit, WAF returns a NextMarker value in the response. |
List<ReleaseSummary> |
getReleaseSummaries()
High level information for the available SDK releases.
|
int |
hashCode() |
void |
setNextMarker(String nextMarker)
When you request a list of objects with a
Limit setting, if the number of objects that are still
available for retrieval exceeds the limit, WAF returns a NextMarker value in the response. |
void |
setReleaseSummaries(Collection<ReleaseSummary> releaseSummaries)
High level information for the available SDK releases.
|
String |
toString()
Returns a string representation of this object.
|
ListMobileSdkReleasesResult |
withNextMarker(String nextMarker)
When you request a list of objects with a
Limit setting, if the number of objects that are still
available for retrieval exceeds the limit, WAF returns a NextMarker value in the response. |
ListMobileSdkReleasesResult |
withReleaseSummaries(Collection<ReleaseSummary> releaseSummaries)
High level information for the available SDK releases.
|
ListMobileSdkReleasesResult |
withReleaseSummaries(ReleaseSummary... releaseSummaries)
High level information for the available SDK releases.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<ReleaseSummary> getReleaseSummaries()
High level information for the available SDK releases.
public void setReleaseSummaries(Collection<ReleaseSummary> releaseSummaries)
High level information for the available SDK releases.
releaseSummaries
- High level information for the available SDK releases.public ListMobileSdkReleasesResult withReleaseSummaries(ReleaseSummary... releaseSummaries)
High level information for the available SDK releases.
NOTE: This method appends the values to the existing list (if any). Use
setReleaseSummaries(java.util.Collection)
or withReleaseSummaries(java.util.Collection)
if you
want to override the existing values.
releaseSummaries
- High level information for the available SDK releases.public ListMobileSdkReleasesResult withReleaseSummaries(Collection<ReleaseSummary> releaseSummaries)
High level information for the available SDK releases.
releaseSummaries
- High level information for the available SDK releases.public void setNextMarker(String nextMarker)
When you request a list of objects with a Limit
setting, if the number of objects that are still
available for retrieval exceeds the limit, WAF returns a NextMarker
value in the response. To
retrieve the next batch of objects, provide the marker from the prior call in your next request.
nextMarker
- When you request a list of objects with a Limit
setting, if the number of objects that are
still available for retrieval exceeds the limit, WAF returns a NextMarker
value in the
response. To retrieve the next batch of objects, provide the marker from the prior call in your next
request.public String getNextMarker()
When you request a list of objects with a Limit
setting, if the number of objects that are still
available for retrieval exceeds the limit, WAF returns a NextMarker
value in the response. To
retrieve the next batch of objects, provide the marker from the prior call in your next request.
Limit
setting, if the number of objects that are
still available for retrieval exceeds the limit, WAF returns a NextMarker
value in the
response. To retrieve the next batch of objects, provide the marker from the prior call in your next
request.public ListMobileSdkReleasesResult withNextMarker(String nextMarker)
When you request a list of objects with a Limit
setting, if the number of objects that are still
available for retrieval exceeds the limit, WAF returns a NextMarker
value in the response. To
retrieve the next batch of objects, provide the marker from the prior call in your next request.
nextMarker
- When you request a list of objects with a Limit
setting, if the number of objects that are
still available for retrieval exceeds the limit, WAF returns a NextMarker
value in the
response. To retrieve the next batch of objects, provide the marker from the prior call in your next
request.public String toString()
toString
in class Object
Object.toString()
public ListMobileSdkReleasesResult clone()