@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetImagesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetImagesResult() |
Modifier and Type | Method and Description |
---|---|
GetImagesResult |
clone() |
boolean |
equals(Object obj) |
List<Image> |
getImages()
The list of images generated from the video stream.
|
String |
getNextToken()
The encrypted token that was used in the request to get more images.
|
int |
hashCode() |
void |
setImages(Collection<Image> images)
The list of images generated from the video stream.
|
void |
setNextToken(String nextToken)
The encrypted token that was used in the request to get more images.
|
String |
toString()
Returns a string representation of this object.
|
GetImagesResult |
withImages(Collection<Image> images)
The list of images generated from the video stream.
|
GetImagesResult |
withImages(Image... images)
The list of images generated from the video stream.
|
GetImagesResult |
withNextToken(String nextToken)
The encrypted token that was used in the request to get more images.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<Image> getImages()
The list of images generated from the video stream. If there is no media available for the given timestamp, the
NO_MEDIA
error will be listed in the output. If an error occurs while the image is being generated,
the MEDIA_ERROR
will be listed in the output as the cause of the missing image.
NO_MEDIA
error will be listed in the output. If an error occurs while the
image is being generated, the MEDIA_ERROR
will be listed in the output as the cause of the
missing image.public void setImages(Collection<Image> images)
The list of images generated from the video stream. If there is no media available for the given timestamp, the
NO_MEDIA
error will be listed in the output. If an error occurs while the image is being generated,
the MEDIA_ERROR
will be listed in the output as the cause of the missing image.
images
- The list of images generated from the video stream. If there is no media available for the given
timestamp, the NO_MEDIA
error will be listed in the output. If an error occurs while the
image is being generated, the MEDIA_ERROR
will be listed in the output as the cause of the
missing image.public GetImagesResult withImages(Image... images)
The list of images generated from the video stream. If there is no media available for the given timestamp, the
NO_MEDIA
error will be listed in the output. If an error occurs while the image is being generated,
the MEDIA_ERROR
will be listed in the output as the cause of the missing image.
NOTE: This method appends the values to the existing list (if any). Use
setImages(java.util.Collection)
or withImages(java.util.Collection)
if you want to override the
existing values.
images
- The list of images generated from the video stream. If there is no media available for the given
timestamp, the NO_MEDIA
error will be listed in the output. If an error occurs while the
image is being generated, the MEDIA_ERROR
will be listed in the output as the cause of the
missing image.public GetImagesResult withImages(Collection<Image> images)
The list of images generated from the video stream. If there is no media available for the given timestamp, the
NO_MEDIA
error will be listed in the output. If an error occurs while the image is being generated,
the MEDIA_ERROR
will be listed in the output as the cause of the missing image.
images
- The list of images generated from the video stream. If there is no media available for the given
timestamp, the NO_MEDIA
error will be listed in the output. If an error occurs while the
image is being generated, the MEDIA_ERROR
will be listed in the output as the cause of the
missing image.public void setNextToken(String nextToken)
The encrypted token that was used in the request to get more images.
nextToken
- The encrypted token that was used in the request to get more images.public String getNextToken()
The encrypted token that was used in the request to get more images.
public GetImagesResult withNextToken(String nextToken)
The encrypted token that was used in the request to get more images.
nextToken
- The encrypted token that was used in the request to get more images.public String toString()
toString
in class Object
Object.toString()
public GetImagesResult clone()