/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include The communications returned by the DescribeCommunications
* operation.See Also:
AWS
* API Reference
The communications for the case.
*/ inline const Aws::VectorThe communications for the case.
*/ inline void SetCommunications(const Aws::VectorThe communications for the case.
*/ inline void SetCommunications(Aws::VectorThe communications for the case.
*/ inline DescribeCommunicationsResult& WithCommunications(const Aws::VectorThe communications for the case.
*/ inline DescribeCommunicationsResult& WithCommunications(Aws::VectorThe communications for the case.
*/ inline DescribeCommunicationsResult& AddCommunications(const Communication& value) { m_communications.push_back(value); return *this; } /** *The communications for the case.
*/ inline DescribeCommunicationsResult& AddCommunications(Communication&& value) { m_communications.push_back(std::move(value)); return *this; } /** *A resumption point for pagination.
*/ inline const Aws::String& GetNextToken() const{ return m_nextToken; } /** *A resumption point for pagination.
*/ inline void SetNextToken(const Aws::String& value) { m_nextToken = value; } /** *A resumption point for pagination.
*/ inline void SetNextToken(Aws::String&& value) { m_nextToken = std::move(value); } /** *A resumption point for pagination.
*/ inline void SetNextToken(const char* value) { m_nextToken.assign(value); } /** *A resumption point for pagination.
*/ inline DescribeCommunicationsResult& WithNextToken(const Aws::String& value) { SetNextToken(value); return *this;} /** *A resumption point for pagination.
*/ inline DescribeCommunicationsResult& WithNextToken(Aws::String&& value) { SetNextToken(std::move(value)); return *this;} /** *A resumption point for pagination.
*/ inline DescribeCommunicationsResult& WithNextToken(const char* value) { SetNextToken(value); return *this;} inline const Aws::String& GetRequestId() const{ return m_requestId; } inline void SetRequestId(const Aws::String& value) { m_requestId = value; } inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); } inline void SetRequestId(const char* value) { m_requestId.assign(value); } inline DescribeCommunicationsResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;} inline DescribeCommunicationsResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;} inline DescribeCommunicationsResult& WithRequestId(const char* value) { SetRequestId(value); return *this;} private: Aws::Vector