@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListStudiosResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListStudiosResult() |
Modifier and Type | Method and Description |
---|---|
ListStudiosResult |
clone() |
boolean |
equals(Object obj) |
String |
getMarker()
The pagination token that indicates the next set of results to retrieve.
|
List<StudioSummary> |
getStudios()
The list of Studio summary objects.
|
int |
hashCode() |
void |
setMarker(String marker)
The pagination token that indicates the next set of results to retrieve.
|
void |
setStudios(Collection<StudioSummary> studios)
The list of Studio summary objects.
|
String |
toString()
Returns a string representation of this object.
|
ListStudiosResult |
withMarker(String marker)
The pagination token that indicates the next set of results to retrieve.
|
ListStudiosResult |
withStudios(Collection<StudioSummary> studios)
The list of Studio summary objects.
|
ListStudiosResult |
withStudios(StudioSummary... studios)
The list of Studio summary objects.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<StudioSummary> getStudios()
The list of Studio summary objects.
public void setStudios(Collection<StudioSummary> studios)
The list of Studio summary objects.
studios
- The list of Studio summary objects.public ListStudiosResult withStudios(StudioSummary... studios)
The list of Studio summary objects.
NOTE: This method appends the values to the existing list (if any). Use
setStudios(java.util.Collection)
or withStudios(java.util.Collection)
if you want to override
the existing values.
studios
- The list of Studio summary objects.public ListStudiosResult withStudios(Collection<StudioSummary> studios)
The list of Studio summary objects.
studios
- The list of Studio summary objects.public void setMarker(String marker)
The pagination token that indicates the next set of results to retrieve.
marker
- The pagination token that indicates the next set of results to retrieve.public String getMarker()
The pagination token that indicates the next set of results to retrieve.
public ListStudiosResult withMarker(String marker)
The pagination token that indicates the next set of results to retrieve.
marker
- The pagination token that indicates the next set of results to retrieve.public String toString()
toString
in class Object
Object.toString()
public ListStudiosResult clone()
Copyright © 2023. All rights reserved.