/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include The request processing has failed because of an internal error in the
* service.See Also:
AWS
* API Reference
The container for the exception message.
*/ inline const Aws::String& GetMessage() const{ return m_message; } /** *The container for the exception message.
*/ inline bool MessageHasBeenSet() const { return m_messageHasBeenSet; } /** *The container for the exception message.
*/ inline void SetMessage(const Aws::String& value) { m_messageHasBeenSet = true; m_message = value; } /** *The container for the exception message.
*/ inline void SetMessage(Aws::String&& value) { m_messageHasBeenSet = true; m_message = std::move(value); } /** *The container for the exception message.
*/ inline void SetMessage(const char* value) { m_messageHasBeenSet = true; m_message.assign(value); } /** *The container for the exception message.
*/ inline InternalServerException& WithMessage(const Aws::String& value) { SetMessage(value); return *this;} /** *The container for the exception message.
*/ inline InternalServerException& WithMessage(Aws::String&& value) { SetMessage(std::move(value)); return *this;} /** *The container for the exception message.
*/ inline InternalServerException& WithMessage(const char* value) { SetMessage(value); return *this;} /** *The container of the retryAfterSeconds
value.
The container of the retryAfterSeconds
value.
The container of the retryAfterSeconds
value.
The container of the retryAfterSeconds
value.