/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Import documentation parts from an external (e.g., OpenAPI) definition file.
* See Also:
AWS
* API Reference
The string identifier of the associated RestApi.
*/ inline const Aws::String& GetRestApiId() const{ return m_restApiId; } /** *The string identifier of the associated RestApi.
*/ inline bool RestApiIdHasBeenSet() const { return m_restApiIdHasBeenSet; } /** *The string identifier of the associated RestApi.
*/ inline void SetRestApiId(const Aws::String& value) { m_restApiIdHasBeenSet = true; m_restApiId = value; } /** *The string identifier of the associated RestApi.
*/ inline void SetRestApiId(Aws::String&& value) { m_restApiIdHasBeenSet = true; m_restApiId = std::move(value); } /** *The string identifier of the associated RestApi.
*/ inline void SetRestApiId(const char* value) { m_restApiIdHasBeenSet = true; m_restApiId.assign(value); } /** *The string identifier of the associated RestApi.
*/ inline ImportDocumentationPartsRequest& WithRestApiId(const Aws::String& value) { SetRestApiId(value); return *this;} /** *The string identifier of the associated RestApi.
*/ inline ImportDocumentationPartsRequest& WithRestApiId(Aws::String&& value) { SetRestApiId(std::move(value)); return *this;} /** *The string identifier of the associated RestApi.
*/ inline ImportDocumentationPartsRequest& WithRestApiId(const char* value) { SetRestApiId(value); return *this;} /** *A query parameter to indicate whether to overwrite (OVERWRITE
)
* any existing DocumentationParts definition or to merge (MERGE
) the
* new definition into the existing one. The default value is
* MERGE
.
A query parameter to indicate whether to overwrite (OVERWRITE
)
* any existing DocumentationParts definition or to merge (MERGE
) the
* new definition into the existing one. The default value is
* MERGE
.
A query parameter to indicate whether to overwrite (OVERWRITE
)
* any existing DocumentationParts definition or to merge (MERGE
) the
* new definition into the existing one. The default value is
* MERGE
.
A query parameter to indicate whether to overwrite (OVERWRITE
)
* any existing DocumentationParts definition or to merge (MERGE
) the
* new definition into the existing one. The default value is
* MERGE
.
A query parameter to indicate whether to overwrite (OVERWRITE
)
* any existing DocumentationParts definition or to merge (MERGE
) the
* new definition into the existing one. The default value is
* MERGE
.
A query parameter to indicate whether to overwrite (OVERWRITE
)
* any existing DocumentationParts definition or to merge (MERGE
) the
* new definition into the existing one. The default value is
* MERGE
.
A query parameter to specify whether to rollback the documentation
* importation (true
) or not (false
) when a warning is
* encountered. The default value is false
.
A query parameter to specify whether to rollback the documentation
* importation (true
) or not (false
) when a warning is
* encountered. The default value is false
.
A query parameter to specify whether to rollback the documentation
* importation (true
) or not (false
) when a warning is
* encountered. The default value is false
.
A query parameter to specify whether to rollback the documentation
* importation (true
) or not (false
) when a warning is
* encountered. The default value is false
.