/* * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file accompanying this file. This file is distributed * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either * express or implied. See the License for the specific language governing * permissions and limitations under the License. */ package com.amazonaws.services.kinesisvideoarchivedmedia.model; import java.io.Serializable; import com.amazonaws.AmazonWebServiceRequest; /** *
* Retrieves a list of Images corresponding to each timestamp for a given time * range, sampling interval, and image format configuration. *
*/ public class GetImagesRequest extends AmazonWebServiceRequest implements Serializable { /** *
* The name of the stream from which to retrieve the images. You must
* specify either the StreamName
or the StreamARN
.
*
* Constraints:
* Length: 1 - 256
* Pattern: [a-zA-Z0-9_.-]+
*/
private String streamName;
/**
*
* The Amazon Resource Name (ARN) of the stream from which to retrieve the
* images. You must specify either the StreamName
or the
* StreamARN
.
*
* Constraints:
* Length: 1 - 1024
* Pattern:
* arn:[a-z\d-]+:kinesisvideo:[a-z0-9-]+:[0-9]+:[a-z]+/[a-zA-
* Z0-9_.-]+/[0-9]+
*/
private String streamARN;
/**
*
* The origin of the Server or Producer timestamps to use to generate the * images. *
*
* Constraints:
* Allowed Values: PRODUCER_TIMESTAMP, SERVER_TIMESTAMP
*/
private String imageSelectorType;
/**
*
* The starting point from which the images should be generated. This
* StartTimestamp
must be within an inclusive range of
* timestamps for an image to be returned.
*
* The end timestamp for the range of images to be generated. *
*/ private java.util.Date endTimestamp; /** *
* The time interval in milliseconds (ms) at which the images need to be
* generated from the stream. The minimum value that can be provided is 3000
* ms. If the timestamp range is less than the sampling interval, the Image
* from the startTimestamp
will be returned if available.
*
* The minimum value of 3000 ms is a soft limit. If needed, a lower sampling * frequency can be requested. *
*
* Constraints:
* Range: 3000 - 20000
*/
private Integer samplingInterval;
/**
*
* The format that will be used to encode the image. *
*
* Constraints:
* Allowed Values: JPEG, PNG
*/
private String format;
/**
*
* The list of a key-value pair structure that contains extra parameters
* that can be applied when the image is generated. The
* FormatConfig
key is the JPEGQuality
, which
* indicates the JPEG quality key to be used to generate the image. The
* FormatConfig
value accepts ints from 1 to 100. If the value
* is 1, the image will be generated with less quality and the best
* compression. If the value is 100, the image will be generated with the
* best quality and less compression. If no value is provided, the default
* value of the JPEGQuality
key will be set to 80.
*
* The width of the output image that is used in conjunction with the
* HeightPixels
parameter. When both WidthPixels
* and HeightPixels
parameters are provided, the image will be
* stretched to fit the specified aspect ratio. If only the
* WidthPixels
parameter is provided or if only the
* HeightPixels
is provided, a ValidationException
* will be thrown. If neither parameter is provided, the original image size
* from the stream will be returned.
*
* Constraints:
* Range: 1 - 3840
*/
private Integer widthPixels;
/**
*
* The height of the output image that is used in conjunction with the
* WidthPixels
parameter. When both HeightPixels
* and WidthPixels
parameters are provided, the image will be
* stretched to fit the specified aspect ratio. If only the
* HeightPixels
parameter is provided, its original aspect
* ratio will be used to calculate the WidthPixels
ratio. If
* neither parameter is provided, the original image size will be returned.
*
* Constraints:
* Range: 1 - 2160
*/
private Integer heightPixels;
/**
*
* The maximum number of images to be returned by the API. *
** The default limit is 100 images per API response. The additional results * will be paginated. *
*
* Constraints:
* Range: 1 - 100
*/
private Long maxResults;
/**
*
* A token that specifies where to start paginating the next set of Images.
* This is the GetImages:NextToken
from a previously truncated
* response.
*
* Constraints:
* Length: 1 - 4096
* Pattern: [a-zA-Z0-9+/]+={0,2}
*/
private String nextToken;
/**
*
* The name of the stream from which to retrieve the images. You must
* specify either the StreamName
or the StreamARN
.
*
* Constraints:
* Length: 1 - 256
* Pattern: [a-zA-Z0-9_.-]+
*
* @return
* The name of the stream from which to retrieve the images. You
* must specify either the StreamName
or the
* StreamARN
.
*
* The name of the stream from which to retrieve the images. You must
* specify either the StreamName
or the StreamARN
.
*
* Constraints:
* Length: 1 - 256
* Pattern: [a-zA-Z0-9_.-]+
*
* @param streamName
* The name of the stream from which to retrieve the images. You
* must specify either the StreamName
or the
* StreamARN
.
*
* The name of the stream from which to retrieve the images. You must
* specify either the StreamName
or the StreamARN
.
*
* Returns a reference to this object so that method calls can be chained * together. *
* Constraints:
* Length: 1 - 256
* Pattern: [a-zA-Z0-9_.-]+
*
* @param streamName
* The name of the stream from which to retrieve the images. You
* must specify either the StreamName
or the
* StreamARN
.
*
* The Amazon Resource Name (ARN) of the stream from which to retrieve the
* images. You must specify either the StreamName
or the
* StreamARN
.
*
* Constraints:
* Length: 1 - 1024
* Pattern:
* arn:[a-z\d-]+:kinesisvideo:[a-z0-9-]+:[0-9]+:[a-z]+/[a-zA-
* Z0-9_.-]+/[0-9]+
*
* @return
* The Amazon Resource Name (ARN) of the stream from which to
* retrieve the images. You must specify either the
* StreamName
or the StreamARN
.
*
* The Amazon Resource Name (ARN) of the stream from which to retrieve the
* images. You must specify either the StreamName
or the
* StreamARN
.
*
* Constraints:
* Length: 1 - 1024
* Pattern:
* arn:[a-z\d-]+:kinesisvideo:[a-z0-9-]+:[0-9]+:[a-z]+/[a-zA-
* Z0-9_.-]+/[0-9]+
*
* @param streamARN
* The Amazon Resource Name (ARN) of the stream from which to
* retrieve the images. You must specify either the
* StreamName
or the StreamARN
.
*
* The Amazon Resource Name (ARN) of the stream from which to retrieve the
* images. You must specify either the StreamName
or the
* StreamARN
.
*
* Returns a reference to this object so that method calls can be chained * together. *
* Constraints:
* Length: 1 - 1024
* Pattern:
* arn:[a-z\d-]+:kinesisvideo:[a-z0-9-]+:[0-9]+:[a-z]+/[a-zA-
* Z0-9_.-]+/[0-9]+
*
* @param streamARN
* The Amazon Resource Name (ARN) of the stream from which to
* retrieve the images. You must specify either the
* StreamName
or the StreamARN
.
*
* The origin of the Server or Producer timestamps to use to generate the * images. *
*
* Constraints:
* Allowed Values: PRODUCER_TIMESTAMP, SERVER_TIMESTAMP
*
* @return
* The origin of the Server or Producer timestamps to use to * generate the images. *
* @see ImageSelectorType */ public String getImageSelectorType() { return imageSelectorType; } /** ** The origin of the Server or Producer timestamps to use to generate the * images. *
*
* Constraints:
* Allowed Values: PRODUCER_TIMESTAMP, SERVER_TIMESTAMP
*
* @param imageSelectorType
* The origin of the Server or Producer timestamps to use to * generate the images. *
* @see ImageSelectorType */ public void setImageSelectorType(String imageSelectorType) { this.imageSelectorType = imageSelectorType; } /** ** The origin of the Server or Producer timestamps to use to generate the * images. *
** Returns a reference to this object so that method calls can be chained * together. *
* Constraints:
* Allowed Values: PRODUCER_TIMESTAMP, SERVER_TIMESTAMP
*
* @param imageSelectorType
* The origin of the Server or Producer timestamps to use to * generate the images. *
* @return A reference to this updated object so that method calls can be * chained together. * @see ImageSelectorType */ public GetImagesRequest withImageSelectorType(String imageSelectorType) { this.imageSelectorType = imageSelectorType; return this; } /** ** The origin of the Server or Producer timestamps to use to generate the * images. *
*
* Constraints:
* Allowed Values: PRODUCER_TIMESTAMP, SERVER_TIMESTAMP
*
* @param imageSelectorType
* The origin of the Server or Producer timestamps to use to * generate the images. *
* @see ImageSelectorType */ public void setImageSelectorType(ImageSelectorType imageSelectorType) { this.imageSelectorType = imageSelectorType.toString(); } /** ** The origin of the Server or Producer timestamps to use to generate the * images. *
** Returns a reference to this object so that method calls can be chained * together. *
* Constraints:
* Allowed Values: PRODUCER_TIMESTAMP, SERVER_TIMESTAMP
*
* @param imageSelectorType
* The origin of the Server or Producer timestamps to use to * generate the images. *
* @return A reference to this updated object so that method calls can be * chained together. * @see ImageSelectorType */ public GetImagesRequest withImageSelectorType(ImageSelectorType imageSelectorType) { this.imageSelectorType = imageSelectorType.toString(); return this; } /** *
* The starting point from which the images should be generated. This
* StartTimestamp
must be within an inclusive range of
* timestamps for an image to be returned.
*
* The starting point from which the images should be generated.
* This StartTimestamp
must be within an inclusive
* range of timestamps for an image to be returned.
*
* The starting point from which the images should be generated. This
* StartTimestamp
must be within an inclusive range of
* timestamps for an image to be returned.
*
* The starting point from which the images should be generated.
* This StartTimestamp
must be within an inclusive
* range of timestamps for an image to be returned.
*
* The starting point from which the images should be generated. This
* StartTimestamp
must be within an inclusive range of
* timestamps for an image to be returned.
*
* Returns a reference to this object so that method calls can be chained * together. * * @param startTimestamp
* The starting point from which the images should be generated.
* This StartTimestamp
must be within an inclusive
* range of timestamps for an image to be returned.
*
* The end timestamp for the range of images to be generated. *
* * @return* The end timestamp for the range of images to be generated. *
*/ public java.util.Date getEndTimestamp() { return endTimestamp; } /** ** The end timestamp for the range of images to be generated. *
* * @param endTimestamp* The end timestamp for the range of images to be generated. *
*/ public void setEndTimestamp(java.util.Date endTimestamp) { this.endTimestamp = endTimestamp; } /** ** The end timestamp for the range of images to be generated. *
** Returns a reference to this object so that method calls can be chained * together. * * @param endTimestamp
* The end timestamp for the range of images to be generated. *
* @return A reference to this updated object so that method calls can be * chained together. */ public GetImagesRequest withEndTimestamp(java.util.Date endTimestamp) { this.endTimestamp = endTimestamp; return this; } /** *
* The time interval in milliseconds (ms) at which the images need to be
* generated from the stream. The minimum value that can be provided is 3000
* ms. If the timestamp range is less than the sampling interval, the Image
* from the startTimestamp
will be returned if available.
*
* The minimum value of 3000 ms is a soft limit. If needed, a lower sampling * frequency can be requested. *
*
* Constraints:
* Range: 3000 - 20000
*
* @return
* The time interval in milliseconds (ms) at which the images need
* to be generated from the stream. The minimum value that can be
* provided is 3000 ms. If the timestamp range is less than the
* sampling interval, the Image from the startTimestamp
* will be returned if available.
*
* The minimum value of 3000 ms is a soft limit. If needed, a lower * sampling frequency can be requested. *
*
* The time interval in milliseconds (ms) at which the images need to be
* generated from the stream. The minimum value that can be provided is 3000
* ms. If the timestamp range is less than the sampling interval, the Image
* from the startTimestamp
will be returned if available.
*
* The minimum value of 3000 ms is a soft limit. If needed, a lower sampling * frequency can be requested. *
*
* Constraints:
* Range: 3000 - 20000
*
* @param samplingInterval
* The time interval in milliseconds (ms) at which the images
* need to be generated from the stream. The minimum value that
* can be provided is 3000 ms. If the timestamp range is less
* than the sampling interval, the Image from the
* startTimestamp
will be returned if available.
*
* The minimum value of 3000 ms is a soft limit. If needed, a * lower sampling frequency can be requested. *
*
* The time interval in milliseconds (ms) at which the images need to be
* generated from the stream. The minimum value that can be provided is 3000
* ms. If the timestamp range is less than the sampling interval, the Image
* from the startTimestamp
will be returned if available.
*
* The minimum value of 3000 ms is a soft limit. If needed, a lower sampling * frequency can be requested. *
** Returns a reference to this object so that method calls can be chained * together. *
* Constraints:
* Range: 3000 - 20000
*
* @param samplingInterval
* The time interval in milliseconds (ms) at which the images
* need to be generated from the stream. The minimum value that
* can be provided is 3000 ms. If the timestamp range is less
* than the sampling interval, the Image from the
* startTimestamp
will be returned if available.
*
* The minimum value of 3000 ms is a soft limit. If needed, a * lower sampling frequency can be requested. *
** The format that will be used to encode the image. *
*
* Constraints:
* Allowed Values: JPEG, PNG
*
* @return
* The format that will be used to encode the image. *
* @see Format */ public String getFormat() { return format; } /** ** The format that will be used to encode the image. *
*
* Constraints:
* Allowed Values: JPEG, PNG
*
* @param format
* The format that will be used to encode the image. *
* @see Format */ public void setFormat(String format) { this.format = format; } /** ** The format that will be used to encode the image. *
** Returns a reference to this object so that method calls can be chained * together. *
* Constraints:
* Allowed Values: JPEG, PNG
*
* @param format
* The format that will be used to encode the image. *
* @return A reference to this updated object so that method calls can be * chained together. * @see Format */ public GetImagesRequest withFormat(String format) { this.format = format; return this; } /** ** The format that will be used to encode the image. *
*
* Constraints:
* Allowed Values: JPEG, PNG
*
* @param format
* The format that will be used to encode the image. *
* @see Format */ public void setFormat(Format format) { this.format = format.toString(); } /** ** The format that will be used to encode the image. *
** Returns a reference to this object so that method calls can be chained * together. *
* Constraints:
* Allowed Values: JPEG, PNG
*
* @param format
* The format that will be used to encode the image. *
* @return A reference to this updated object so that method calls can be * chained together. * @see Format */ public GetImagesRequest withFormat(Format format) { this.format = format.toString(); return this; } /** *
* The list of a key-value pair structure that contains extra parameters
* that can be applied when the image is generated. The
* FormatConfig
key is the JPEGQuality
, which
* indicates the JPEG quality key to be used to generate the image. The
* FormatConfig
value accepts ints from 1 to 100. If the value
* is 1, the image will be generated with less quality and the best
* compression. If the value is 100, the image will be generated with the
* best quality and less compression. If no value is provided, the default
* value of the JPEGQuality
key will be set to 80.
*
* The list of a key-value pair structure that contains extra
* parameters that can be applied when the image is generated. The
* FormatConfig
key is the JPEGQuality
,
* which indicates the JPEG quality key to be used to generate the
* image. The FormatConfig
value accepts ints from 1 to
* 100. If the value is 1, the image will be generated with less
* quality and the best compression. If the value is 100, the image
* will be generated with the best quality and less compression. If
* no value is provided, the default value of the
* JPEGQuality
key will be set to 80.
*
* The list of a key-value pair structure that contains extra parameters
* that can be applied when the image is generated. The
* FormatConfig
key is the JPEGQuality
, which
* indicates the JPEG quality key to be used to generate the image. The
* FormatConfig
value accepts ints from 1 to 100. If the value
* is 1, the image will be generated with less quality and the best
* compression. If the value is 100, the image will be generated with the
* best quality and less compression. If no value is provided, the default
* value of the JPEGQuality
key will be set to 80.
*
* The list of a key-value pair structure that contains extra
* parameters that can be applied when the image is generated.
* The FormatConfig
key is the
* JPEGQuality
, which indicates the JPEG quality key
* to be used to generate the image. The
* FormatConfig
value accepts ints from 1 to 100. If
* the value is 1, the image will be generated with less quality
* and the best compression. If the value is 100, the image will
* be generated with the best quality and less compression. If no
* value is provided, the default value of the
* JPEGQuality
key will be set to 80.
*
* The list of a key-value pair structure that contains extra parameters
* that can be applied when the image is generated. The
* FormatConfig
key is the JPEGQuality
, which
* indicates the JPEG quality key to be used to generate the image. The
* FormatConfig
value accepts ints from 1 to 100. If the value
* is 1, the image will be generated with less quality and the best
* compression. If the value is 100, the image will be generated with the
* best quality and less compression. If no value is provided, the default
* value of the JPEGQuality
key will be set to 80.
*
* Returns a reference to this object so that method calls can be chained * together. * * @param formatConfig
* The list of a key-value pair structure that contains extra
* parameters that can be applied when the image is generated.
* The FormatConfig
key is the
* JPEGQuality
, which indicates the JPEG quality key
* to be used to generate the image. The
* FormatConfig
value accepts ints from 1 to 100. If
* the value is 1, the image will be generated with less quality
* and the best compression. If the value is 100, the image will
* be generated with the best quality and less compression. If no
* value is provided, the default value of the
* JPEGQuality
key will be set to 80.
*
* The list of a key-value pair structure that contains extra parameters
* that can be applied when the image is generated. The
* FormatConfig
key is the JPEGQuality
, which
* indicates the JPEG quality key to be used to generate the image. The
* FormatConfig
value accepts ints from 1 to 100. If the value
* is 1, the image will be generated with less quality and the best
* compression. If the value is 100, the image will be generated with the
* best quality and less compression. If no value is provided, the default
* value of the JPEGQuality
key will be set to 80.
*
* The method adds a new key-value pair into FormatConfig parameter, and
* returns a reference to this object so that method calls can be chained
* together.
*
* @param key The key of the entry to be added into FormatConfig.
* @param value The corresponding value of the entry to be added into
* FormatConfig.
* @return A reference to this updated object so that method calls can be
* chained together.
*/
public GetImagesRequest addFormatConfigEntry(String key, String value) {
if (null == this.formatConfig) {
this.formatConfig = new java.util.HashMap
* Returns a reference to this object so that method calls can be chained
* together.
*/
public GetImagesRequest clearFormatConfigEntries() {
this.formatConfig = null;
return this;
}
/**
*
* The width of the output image that is used in conjunction with the
*
* Constraints:
* The width of the output image that is used in conjunction with
* the
* The width of the output image that is used in conjunction with the
*
* Constraints:
* The width of the output image that is used in conjunction with
* the
* The width of the output image that is used in conjunction with the
*
* Returns a reference to this object so that method calls can be chained
* together.
*
* Constraints:
* The width of the output image that is used in conjunction with
* the
* The height of the output image that is used in conjunction with the
*
* Constraints:
* The height of the output image that is used in conjunction with
* the
* The height of the output image that is used in conjunction with the
*
* Constraints:
* The height of the output image that is used in conjunction
* with the
* The height of the output image that is used in conjunction with the
*
* Returns a reference to this object so that method calls can be chained
* together.
*
* Constraints:
* The height of the output image that is used in conjunction
* with the
* The maximum number of images to be returned by the API.
*
* The default limit is 100 images per API response. The additional results
* will be paginated.
*
* Constraints:
* The maximum number of images to be returned by the API.
*
* The default limit is 100 images per API response. The additional
* results will be paginated.
*
* The maximum number of images to be returned by the API.
*
* The default limit is 100 images per API response. The additional results
* will be paginated.
*
* Constraints:
* The maximum number of images to be returned by the API.
*
* The default limit is 100 images per API response. The
* additional results will be paginated.
*
* The maximum number of images to be returned by the API.
*
* The default limit is 100 images per API response. The additional results
* will be paginated.
*
* Returns a reference to this object so that method calls can be chained
* together.
*
* Constraints:
* The maximum number of images to be returned by the API.
*
* The default limit is 100 images per API response. The
* additional results will be paginated.
*
* A token that specifies where to start paginating the next set of Images.
* This is the
* Constraints:
* A token that specifies where to start paginating the next set of
* Images. This is the
* A token that specifies where to start paginating the next set of Images.
* This is the
* Constraints:
* A token that specifies where to start paginating the next set
* of Images. This is the
* A token that specifies where to start paginating the next set of Images.
* This is the
* Returns a reference to this object so that method calls can be chained
* together.
*
* Constraints:
* A token that specifies where to start paginating the next set
* of Images. This is the HeightPixels
parameter. When both WidthPixels
* and HeightPixels
parameters are provided, the image will be
* stretched to fit the specified aspect ratio. If only the
* WidthPixels
parameter is provided or if only the
* HeightPixels
is provided, a ValidationException
* will be thrown. If neither parameter is provided, the original image size
* from the stream will be returned.
*
* Range: 1 - 3840
*
* @return HeightPixels
parameter. When both
* WidthPixels
and HeightPixels
parameters
* are provided, the image will be stretched to fit the specified
* aspect ratio. If only the WidthPixels
parameter is
* provided or if only the HeightPixels
is provided, a
* ValidationException
will be thrown. If neither
* parameter is provided, the original image size from the stream
* will be returned.
* HeightPixels
parameter. When both WidthPixels
* and HeightPixels
parameters are provided, the image will be
* stretched to fit the specified aspect ratio. If only the
* WidthPixels
parameter is provided or if only the
* HeightPixels
is provided, a ValidationException
* will be thrown. If neither parameter is provided, the original image size
* from the stream will be returned.
*
* Range: 1 - 3840
*
* @param widthPixels HeightPixels
parameter. When both
* WidthPixels
and HeightPixels
* parameters are provided, the image will be stretched to fit
* the specified aspect ratio. If only the
* WidthPixels
parameter is provided or if only the
* HeightPixels
is provided, a
* ValidationException
will be thrown. If neither
* parameter is provided, the original image size from the stream
* will be returned.
* HeightPixels
parameter. When both WidthPixels
* and HeightPixels
parameters are provided, the image will be
* stretched to fit the specified aspect ratio. If only the
* WidthPixels
parameter is provided or if only the
* HeightPixels
is provided, a ValidationException
* will be thrown. If neither parameter is provided, the original image size
* from the stream will be returned.
*
* Range: 1 - 3840
*
* @param widthPixels HeightPixels
parameter. When both
* WidthPixels
and HeightPixels
* parameters are provided, the image will be stretched to fit
* the specified aspect ratio. If only the
* WidthPixels
parameter is provided or if only the
* HeightPixels
is provided, a
* ValidationException
will be thrown. If neither
* parameter is provided, the original image size from the stream
* will be returned.
* WidthPixels
parameter. When both HeightPixels
* and WidthPixels
parameters are provided, the image will be
* stretched to fit the specified aspect ratio. If only the
* HeightPixels
parameter is provided, its original aspect
* ratio will be used to calculate the WidthPixels
ratio. If
* neither parameter is provided, the original image size will be returned.
*
* Range: 1 - 2160
*
* @return WidthPixels
parameter. When both
* HeightPixels
and WidthPixels
parameters
* are provided, the image will be stretched to fit the specified
* aspect ratio. If only the HeightPixels
parameter is
* provided, its original aspect ratio will be used to calculate the
* WidthPixels
ratio. If neither parameter is provided,
* the original image size will be returned.
* WidthPixels
parameter. When both HeightPixels
* and WidthPixels
parameters are provided, the image will be
* stretched to fit the specified aspect ratio. If only the
* HeightPixels
parameter is provided, its original aspect
* ratio will be used to calculate the WidthPixels
ratio. If
* neither parameter is provided, the original image size will be returned.
*
* Range: 1 - 2160
*
* @param heightPixels WidthPixels
parameter. When both
* HeightPixels
and WidthPixels
* parameters are provided, the image will be stretched to fit
* the specified aspect ratio. If only the
* HeightPixels
parameter is provided, its original
* aspect ratio will be used to calculate the
* WidthPixels
ratio. If neither parameter is
* provided, the original image size will be returned.
* WidthPixels
parameter. When both HeightPixels
* and WidthPixels
parameters are provided, the image will be
* stretched to fit the specified aspect ratio. If only the
* HeightPixels
parameter is provided, its original aspect
* ratio will be used to calculate the WidthPixels
ratio. If
* neither parameter is provided, the original image size will be returned.
*
* Range: 1 - 2160
*
* @param heightPixels WidthPixels
parameter. When both
* HeightPixels
and WidthPixels
* parameters are provided, the image will be stretched to fit
* the specified aspect ratio. If only the
* HeightPixels
parameter is provided, its original
* aspect ratio will be used to calculate the
* WidthPixels
ratio. If neither parameter is
* provided, the original image size will be returned.
*
* Range: 1 - 100
*
* @return
* Range: 1 - 100
*
* @param maxResults
* Range: 1 - 100
*
* @param maxResults GetImages:NextToken
from a previously truncated
* response.
*
* Length: 1 - 4096
* Pattern: [a-zA-Z0-9+/]+={0,2}
*
* @return GetImages:NextToken
from a
* previously truncated response.
* GetImages:NextToken
from a previously truncated
* response.
*
* Length: 1 - 4096
* Pattern: [a-zA-Z0-9+/]+={0,2}
*
* @param nextToken GetImages:NextToken
from a
* previously truncated response.
* GetImages:NextToken
from a previously truncated
* response.
*
* Length: 1 - 4096
* Pattern: [a-zA-Z0-9+/]+={0,2}
*
* @param nextToken GetImages:NextToken
from a
* previously truncated response.
*