AWS SDK for .NET Documentation
ListPresetsResult Class
AmazonAmazon.ElasticTranscoder.ModelListPresetsResult Did this page help you?   Yes   No    Tell us about it...
The
CopyC#
ListPresetsResponse
structure.
Declaration Syntax
C#
public class ListPresetsResult
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
ListPresetsResult()()()()
Initializes a new instance of the ListPresetsResult class

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
NextPageToken
Gets and sets the property NextPageToken.

A value that you use to access the second and subsequent pages of results, if any. When the presets fit on one page or when you've reached the last page of results, the value of

CopyC#
NextPageToken
is
CopyC#
null
.


Presets
Gets and sets the property Presets.

An array of

CopyC#
Preset
objects.


ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithNextPageToken(String) Obsolete.
Sets the NextPageToken property

WithPresets(array<Preset>[]()[][]) Obsolete.
Sets the Presets property

WithPresets(IEnumerable<(Of <<'(Preset>)>>)) Obsolete.
Sets the Presets property

Inheritance Hierarchy
Object
ListPresetsResult

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)