7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/dynamodb/DynamoDB_EXPORTS.h>
9#include <aws/dynamodb/model/DestinationStatus.h>
10#include <aws/dynamodb/model/EnableKinesisStreamingConfiguration.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
37 template <
typename TableNameT = Aws::String>
39 m_tableNameHasBeenSet =
true;
40 m_tableName = std::forward<TableNameT>(value);
42 template <
typename TableNameT = Aws::String>
54 template <
typename StreamArnT = Aws::String>
56 m_streamArnHasBeenSet =
true;
57 m_streamArn = std::forward<StreamArnT>(value);
59 template <
typename StreamArnT = Aws::String>
72 m_destinationStatusHasBeenSet =
true;
73 m_destinationStatus = value;
87 return m_enableKinesisStreamingConfiguration;
89 template <
typename EnableKinesisStreamingConfigurationT = EnableKinesisStreamingConfiguration>
91 m_enableKinesisStreamingConfigurationHasBeenSet =
true;
92 m_enableKinesisStreamingConfiguration = std::forward<EnableKinesisStreamingConfigurationT>(value);
94 template <
typename EnableKinesisStreamingConfigurationT = EnableKinesisStreamingConfiguration>
104 template <
typename RequestIdT = Aws::String>
106 m_requestIdHasBeenSet =
true;
107 m_requestId = std::forward<RequestIdT>(value);
109 template <
typename RequestIdT = Aws::String>
122 EnableKinesisStreamingConfiguration m_enableKinesisStreamingConfiguration;
125 bool m_tableNameHasBeenSet =
false;
126 bool m_streamArnHasBeenSet =
false;
127 bool m_destinationStatusHasBeenSet =
false;
128 bool m_enableKinesisStreamingConfigurationHasBeenSet =
false;
129 bool m_requestIdHasBeenSet =
false;
void SetStreamArn(StreamArnT &&value)
AWS_DYNAMODB_API DisableKinesisStreamingDestinationResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DisableKinesisStreamingDestinationResult & WithDestinationStatus(DestinationStatus value)
const Aws::String & GetRequestId() const
void SetEnableKinesisStreamingConfiguration(EnableKinesisStreamingConfigurationT &&value)
const Aws::String & GetTableName() const
DestinationStatus GetDestinationStatus() const
void SetRequestId(RequestIdT &&value)
const Aws::String & GetStreamArn() const
DisableKinesisStreamingDestinationResult & WithEnableKinesisStreamingConfiguration(EnableKinesisStreamingConfigurationT &&value)
DisableKinesisStreamingDestinationResult & WithTableName(TableNameT &&value)
DisableKinesisStreamingDestinationResult & WithStreamArn(StreamArnT &&value)
void SetTableName(TableNameT &&value)
DisableKinesisStreamingDestinationResult & WithRequestId(RequestIdT &&value)
const EnableKinesisStreamingConfiguration & GetEnableKinesisStreamingConfiguration() const
void SetDestinationStatus(DestinationStatus value)
AWS_DYNAMODB_API DisableKinesisStreamingDestinationResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_DYNAMODB_API DisableKinesisStreamingDestinationResult()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue