@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListPackagingGroupsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
ListPackagingGroupsResult() |
| Modifier and Type | Method and Description |
|---|---|
ListPackagingGroupsResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
A token that can be used to resume pagination from the end of the collection.
|
List<PackagingGroup> |
getPackagingGroups()
A list of MediaPackage VOD PackagingGroup resources.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
A token that can be used to resume pagination from the end of the collection.
|
void |
setPackagingGroups(Collection<PackagingGroup> packagingGroups)
A list of MediaPackage VOD PackagingGroup resources.
|
String |
toString()
Returns a string representation of this object.
|
ListPackagingGroupsResult |
withNextToken(String nextToken)
A token that can be used to resume pagination from the end of the collection.
|
ListPackagingGroupsResult |
withPackagingGroups(Collection<PackagingGroup> packagingGroups)
A list of MediaPackage VOD PackagingGroup resources.
|
ListPackagingGroupsResult |
withPackagingGroups(PackagingGroup... packagingGroups)
A list of MediaPackage VOD PackagingGroup resources.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setNextToken(String nextToken)
nextToken - A token that can be used to resume pagination from the end of the collection.public String getNextToken()
public ListPackagingGroupsResult withNextToken(String nextToken)
nextToken - A token that can be used to resume pagination from the end of the collection.public List<PackagingGroup> getPackagingGroups()
public void setPackagingGroups(Collection<PackagingGroup> packagingGroups)
packagingGroups - A list of MediaPackage VOD PackagingGroup resources.public ListPackagingGroupsResult withPackagingGroups(PackagingGroup... packagingGroups)
NOTE: This method appends the values to the existing list (if any). Use
setPackagingGroups(java.util.Collection) or withPackagingGroups(java.util.Collection) if you
want to override the existing values.
packagingGroups - A list of MediaPackage VOD PackagingGroup resources.public ListPackagingGroupsResult withPackagingGroups(Collection<PackagingGroup> packagingGroups)
packagingGroups - A list of MediaPackage VOD PackagingGroup resources.public String toString()
toString in class ObjectObject.toString()public ListPackagingGroupsResult clone()