/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #pragma once #include #include #include #include #include #include #include namespace Aws { namespace SageMaker { namespace Model { /** */ class ListImageVersionsRequest : public SageMakerRequest { public: AWS_SAGEMAKER_API ListImageVersionsRequest(); // Service request name is the Operation name which will send this request out, // each operation should has unique request name, so that we can get operation's name from this request. // Note: this is not true for response, multiple operations may have the same response name, // so we can not get operation's name from response. inline virtual const char* GetServiceRequestName() const override { return "ListImageVersions"; } AWS_SAGEMAKER_API Aws::String SerializePayload() const override; AWS_SAGEMAKER_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override; /** *

A filter that returns only versions created on or after the specified * time.

*/ inline const Aws::Utils::DateTime& GetCreationTimeAfter() const{ return m_creationTimeAfter; } /** *

A filter that returns only versions created on or after the specified * time.

*/ inline bool CreationTimeAfterHasBeenSet() const { return m_creationTimeAfterHasBeenSet; } /** *

A filter that returns only versions created on or after the specified * time.

*/ inline void SetCreationTimeAfter(const Aws::Utils::DateTime& value) { m_creationTimeAfterHasBeenSet = true; m_creationTimeAfter = value; } /** *

A filter that returns only versions created on or after the specified * time.

*/ inline void SetCreationTimeAfter(Aws::Utils::DateTime&& value) { m_creationTimeAfterHasBeenSet = true; m_creationTimeAfter = std::move(value); } /** *

A filter that returns only versions created on or after the specified * time.

*/ inline ListImageVersionsRequest& WithCreationTimeAfter(const Aws::Utils::DateTime& value) { SetCreationTimeAfter(value); return *this;} /** *

A filter that returns only versions created on or after the specified * time.

*/ inline ListImageVersionsRequest& WithCreationTimeAfter(Aws::Utils::DateTime&& value) { SetCreationTimeAfter(std::move(value)); return *this;} /** *

A filter that returns only versions created on or before the specified * time.

*/ inline const Aws::Utils::DateTime& GetCreationTimeBefore() const{ return m_creationTimeBefore; } /** *

A filter that returns only versions created on or before the specified * time.

*/ inline bool CreationTimeBeforeHasBeenSet() const { return m_creationTimeBeforeHasBeenSet; } /** *

A filter that returns only versions created on or before the specified * time.

*/ inline void SetCreationTimeBefore(const Aws::Utils::DateTime& value) { m_creationTimeBeforeHasBeenSet = true; m_creationTimeBefore = value; } /** *

A filter that returns only versions created on or before the specified * time.

*/ inline void SetCreationTimeBefore(Aws::Utils::DateTime&& value) { m_creationTimeBeforeHasBeenSet = true; m_creationTimeBefore = std::move(value); } /** *

A filter that returns only versions created on or before the specified * time.

*/ inline ListImageVersionsRequest& WithCreationTimeBefore(const Aws::Utils::DateTime& value) { SetCreationTimeBefore(value); return *this;} /** *

A filter that returns only versions created on or before the specified * time.

*/ inline ListImageVersionsRequest& WithCreationTimeBefore(Aws::Utils::DateTime&& value) { SetCreationTimeBefore(std::move(value)); return *this;} /** *

The name of the image to list the versions of.

*/ inline const Aws::String& GetImageName() const{ return m_imageName; } /** *

The name of the image to list the versions of.

*/ inline bool ImageNameHasBeenSet() const { return m_imageNameHasBeenSet; } /** *

The name of the image to list the versions of.

*/ inline void SetImageName(const Aws::String& value) { m_imageNameHasBeenSet = true; m_imageName = value; } /** *

The name of the image to list the versions of.

*/ inline void SetImageName(Aws::String&& value) { m_imageNameHasBeenSet = true; m_imageName = std::move(value); } /** *

The name of the image to list the versions of.

*/ inline void SetImageName(const char* value) { m_imageNameHasBeenSet = true; m_imageName.assign(value); } /** *

The name of the image to list the versions of.

*/ inline ListImageVersionsRequest& WithImageName(const Aws::String& value) { SetImageName(value); return *this;} /** *

The name of the image to list the versions of.

*/ inline ListImageVersionsRequest& WithImageName(Aws::String&& value) { SetImageName(std::move(value)); return *this;} /** *

The name of the image to list the versions of.

*/ inline ListImageVersionsRequest& WithImageName(const char* value) { SetImageName(value); return *this;} /** *

A filter that returns only versions modified on or after the specified * time.

*/ inline const Aws::Utils::DateTime& GetLastModifiedTimeAfter() const{ return m_lastModifiedTimeAfter; } /** *

A filter that returns only versions modified on or after the specified * time.

*/ inline bool LastModifiedTimeAfterHasBeenSet() const { return m_lastModifiedTimeAfterHasBeenSet; } /** *

A filter that returns only versions modified on or after the specified * time.

*/ inline void SetLastModifiedTimeAfter(const Aws::Utils::DateTime& value) { m_lastModifiedTimeAfterHasBeenSet = true; m_lastModifiedTimeAfter = value; } /** *

A filter that returns only versions modified on or after the specified * time.

*/ inline void SetLastModifiedTimeAfter(Aws::Utils::DateTime&& value) { m_lastModifiedTimeAfterHasBeenSet = true; m_lastModifiedTimeAfter = std::move(value); } /** *

A filter that returns only versions modified on or after the specified * time.

*/ inline ListImageVersionsRequest& WithLastModifiedTimeAfter(const Aws::Utils::DateTime& value) { SetLastModifiedTimeAfter(value); return *this;} /** *

A filter that returns only versions modified on or after the specified * time.

*/ inline ListImageVersionsRequest& WithLastModifiedTimeAfter(Aws::Utils::DateTime&& value) { SetLastModifiedTimeAfter(std::move(value)); return *this;} /** *

A filter that returns only versions modified on or before the specified * time.

*/ inline const Aws::Utils::DateTime& GetLastModifiedTimeBefore() const{ return m_lastModifiedTimeBefore; } /** *

A filter that returns only versions modified on or before the specified * time.

*/ inline bool LastModifiedTimeBeforeHasBeenSet() const { return m_lastModifiedTimeBeforeHasBeenSet; } /** *

A filter that returns only versions modified on or before the specified * time.

*/ inline void SetLastModifiedTimeBefore(const Aws::Utils::DateTime& value) { m_lastModifiedTimeBeforeHasBeenSet = true; m_lastModifiedTimeBefore = value; } /** *

A filter that returns only versions modified on or before the specified * time.

*/ inline void SetLastModifiedTimeBefore(Aws::Utils::DateTime&& value) { m_lastModifiedTimeBeforeHasBeenSet = true; m_lastModifiedTimeBefore = std::move(value); } /** *

A filter that returns only versions modified on or before the specified * time.

*/ inline ListImageVersionsRequest& WithLastModifiedTimeBefore(const Aws::Utils::DateTime& value) { SetLastModifiedTimeBefore(value); return *this;} /** *

A filter that returns only versions modified on or before the specified * time.

*/ inline ListImageVersionsRequest& WithLastModifiedTimeBefore(Aws::Utils::DateTime&& value) { SetLastModifiedTimeBefore(std::move(value)); return *this;} /** *

The maximum number of versions to return in the response. The default value * is 10.

*/ inline int GetMaxResults() const{ return m_maxResults; } /** *

The maximum number of versions to return in the response. The default value * is 10.

*/ inline bool MaxResultsHasBeenSet() const { return m_maxResultsHasBeenSet; } /** *

The maximum number of versions to return in the response. The default value * is 10.

*/ inline void SetMaxResults(int value) { m_maxResultsHasBeenSet = true; m_maxResults = value; } /** *

The maximum number of versions to return in the response. The default value * is 10.

*/ inline ListImageVersionsRequest& WithMaxResults(int value) { SetMaxResults(value); return *this;} /** *

If the previous call to ListImageVersions didn't return the full * set of versions, the call returns a token for getting the next set of * versions.

*/ inline const Aws::String& GetNextToken() const{ return m_nextToken; } /** *

If the previous call to ListImageVersions didn't return the full * set of versions, the call returns a token for getting the next set of * versions.

*/ inline bool NextTokenHasBeenSet() const { return m_nextTokenHasBeenSet; } /** *

If the previous call to ListImageVersions didn't return the full * set of versions, the call returns a token for getting the next set of * versions.

*/ inline void SetNextToken(const Aws::String& value) { m_nextTokenHasBeenSet = true; m_nextToken = value; } /** *

If the previous call to ListImageVersions didn't return the full * set of versions, the call returns a token for getting the next set of * versions.

*/ inline void SetNextToken(Aws::String&& value) { m_nextTokenHasBeenSet = true; m_nextToken = std::move(value); } /** *

If the previous call to ListImageVersions didn't return the full * set of versions, the call returns a token for getting the next set of * versions.

*/ inline void SetNextToken(const char* value) { m_nextTokenHasBeenSet = true; m_nextToken.assign(value); } /** *

If the previous call to ListImageVersions didn't return the full * set of versions, the call returns a token for getting the next set of * versions.

*/ inline ListImageVersionsRequest& WithNextToken(const Aws::String& value) { SetNextToken(value); return *this;} /** *

If the previous call to ListImageVersions didn't return the full * set of versions, the call returns a token for getting the next set of * versions.

*/ inline ListImageVersionsRequest& WithNextToken(Aws::String&& value) { SetNextToken(std::move(value)); return *this;} /** *

If the previous call to ListImageVersions didn't return the full * set of versions, the call returns a token for getting the next set of * versions.

*/ inline ListImageVersionsRequest& WithNextToken(const char* value) { SetNextToken(value); return *this;} /** *

The property used to sort results. The default value is * CREATION_TIME.

*/ inline const ImageVersionSortBy& GetSortBy() const{ return m_sortBy; } /** *

The property used to sort results. The default value is * CREATION_TIME.

*/ inline bool SortByHasBeenSet() const { return m_sortByHasBeenSet; } /** *

The property used to sort results. The default value is * CREATION_TIME.

*/ inline void SetSortBy(const ImageVersionSortBy& value) { m_sortByHasBeenSet = true; m_sortBy = value; } /** *

The property used to sort results. The default value is * CREATION_TIME.

*/ inline void SetSortBy(ImageVersionSortBy&& value) { m_sortByHasBeenSet = true; m_sortBy = std::move(value); } /** *

The property used to sort results. The default value is * CREATION_TIME.

*/ inline ListImageVersionsRequest& WithSortBy(const ImageVersionSortBy& value) { SetSortBy(value); return *this;} /** *

The property used to sort results. The default value is * CREATION_TIME.

*/ inline ListImageVersionsRequest& WithSortBy(ImageVersionSortBy&& value) { SetSortBy(std::move(value)); return *this;} /** *

The sort order. The default value is DESCENDING.

*/ inline const ImageVersionSortOrder& GetSortOrder() const{ return m_sortOrder; } /** *

The sort order. The default value is DESCENDING.

*/ inline bool SortOrderHasBeenSet() const { return m_sortOrderHasBeenSet; } /** *

The sort order. The default value is DESCENDING.

*/ inline void SetSortOrder(const ImageVersionSortOrder& value) { m_sortOrderHasBeenSet = true; m_sortOrder = value; } /** *

The sort order. The default value is DESCENDING.

*/ inline void SetSortOrder(ImageVersionSortOrder&& value) { m_sortOrderHasBeenSet = true; m_sortOrder = std::move(value); } /** *

The sort order. The default value is DESCENDING.

*/ inline ListImageVersionsRequest& WithSortOrder(const ImageVersionSortOrder& value) { SetSortOrder(value); return *this;} /** *

The sort order. The default value is DESCENDING.

*/ inline ListImageVersionsRequest& WithSortOrder(ImageVersionSortOrder&& value) { SetSortOrder(std::move(value)); return *this;} private: Aws::Utils::DateTime m_creationTimeAfter; bool m_creationTimeAfterHasBeenSet = false; Aws::Utils::DateTime m_creationTimeBefore; bool m_creationTimeBeforeHasBeenSet = false; Aws::String m_imageName; bool m_imageNameHasBeenSet = false; Aws::Utils::DateTime m_lastModifiedTimeAfter; bool m_lastModifiedTimeAfterHasBeenSet = false; Aws::Utils::DateTime m_lastModifiedTimeBefore; bool m_lastModifiedTimeBeforeHasBeenSet = false; int m_maxResults; bool m_maxResultsHasBeenSet = false; Aws::String m_nextToken; bool m_nextTokenHasBeenSet = false; ImageVersionSortBy m_sortBy; bool m_sortByHasBeenSet = false; ImageVersionSortOrder m_sortOrder; bool m_sortOrderHasBeenSet = false; }; } // namespace Model } // namespace SageMaker } // namespace Aws