159 lines
5.7 KiB
C++
159 lines
5.7 KiB
C++
/**
|
|
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
* SPDX-License-Identifier: Apache-2.0.
|
|
*/
|
|
|
|
#pragma once
|
|
#include <aws/kinesisanalytics/KinesisAnalytics_EXPORTS.h>
|
|
#include <aws/core/utils/memory/stl/AWSString.h>
|
|
#include <utility>
|
|
|
|
namespace Aws
|
|
{
|
|
namespace Utils
|
|
{
|
|
namespace Json
|
|
{
|
|
class JsonValue;
|
|
class JsonView;
|
|
} // namespace Json
|
|
} // namespace Utils
|
|
namespace KinesisAnalytics
|
|
{
|
|
namespace Model
|
|
{
|
|
|
|
/**
|
|
* <p>When updating application input configuration, provides information about an
|
|
* Amazon Kinesis Firehose delivery stream as the streaming source.</p><p><h3>See
|
|
* Also:</h3> <a
|
|
* href="http://docs.aws.amazon.com/goto/WebAPI/kinesisanalytics-2015-08-14/KinesisFirehoseInputUpdate">AWS
|
|
* API Reference</a></p>
|
|
*/
|
|
class AWS_KINESISANALYTICS_API KinesisFirehoseInputUpdate
|
|
{
|
|
public:
|
|
KinesisFirehoseInputUpdate();
|
|
KinesisFirehoseInputUpdate(Aws::Utils::Json::JsonView jsonValue);
|
|
KinesisFirehoseInputUpdate& operator=(Aws::Utils::Json::JsonView jsonValue);
|
|
Aws::Utils::Json::JsonValue Jsonize() const;
|
|
|
|
|
|
/**
|
|
* <p>Amazon Resource Name (ARN) of the input Amazon Kinesis Firehose delivery
|
|
* stream to read.</p>
|
|
*/
|
|
inline const Aws::String& GetResourceARNUpdate() const{ return m_resourceARNUpdate; }
|
|
|
|
/**
|
|
* <p>Amazon Resource Name (ARN) of the input Amazon Kinesis Firehose delivery
|
|
* stream to read.</p>
|
|
*/
|
|
inline bool ResourceARNUpdateHasBeenSet() const { return m_resourceARNUpdateHasBeenSet; }
|
|
|
|
/**
|
|
* <p>Amazon Resource Name (ARN) of the input Amazon Kinesis Firehose delivery
|
|
* stream to read.</p>
|
|
*/
|
|
inline void SetResourceARNUpdate(const Aws::String& value) { m_resourceARNUpdateHasBeenSet = true; m_resourceARNUpdate = value; }
|
|
|
|
/**
|
|
* <p>Amazon Resource Name (ARN) of the input Amazon Kinesis Firehose delivery
|
|
* stream to read.</p>
|
|
*/
|
|
inline void SetResourceARNUpdate(Aws::String&& value) { m_resourceARNUpdateHasBeenSet = true; m_resourceARNUpdate = std::move(value); }
|
|
|
|
/**
|
|
* <p>Amazon Resource Name (ARN) of the input Amazon Kinesis Firehose delivery
|
|
* stream to read.</p>
|
|
*/
|
|
inline void SetResourceARNUpdate(const char* value) { m_resourceARNUpdateHasBeenSet = true; m_resourceARNUpdate.assign(value); }
|
|
|
|
/**
|
|
* <p>Amazon Resource Name (ARN) of the input Amazon Kinesis Firehose delivery
|
|
* stream to read.</p>
|
|
*/
|
|
inline KinesisFirehoseInputUpdate& WithResourceARNUpdate(const Aws::String& value) { SetResourceARNUpdate(value); return *this;}
|
|
|
|
/**
|
|
* <p>Amazon Resource Name (ARN) of the input Amazon Kinesis Firehose delivery
|
|
* stream to read.</p>
|
|
*/
|
|
inline KinesisFirehoseInputUpdate& WithResourceARNUpdate(Aws::String&& value) { SetResourceARNUpdate(std::move(value)); return *this;}
|
|
|
|
/**
|
|
* <p>Amazon Resource Name (ARN) of the input Amazon Kinesis Firehose delivery
|
|
* stream to read.</p>
|
|
*/
|
|
inline KinesisFirehoseInputUpdate& WithResourceARNUpdate(const char* value) { SetResourceARNUpdate(value); return *this;}
|
|
|
|
|
|
/**
|
|
* <p>ARN of the IAM role that Amazon Kinesis Analytics can assume to access the
|
|
* stream on your behalf. You need to grant the necessary permissions to this
|
|
* role.</p>
|
|
*/
|
|
inline const Aws::String& GetRoleARNUpdate() const{ return m_roleARNUpdate; }
|
|
|
|
/**
|
|
* <p>ARN of the IAM role that Amazon Kinesis Analytics can assume to access the
|
|
* stream on your behalf. You need to grant the necessary permissions to this
|
|
* role.</p>
|
|
*/
|
|
inline bool RoleARNUpdateHasBeenSet() const { return m_roleARNUpdateHasBeenSet; }
|
|
|
|
/**
|
|
* <p>ARN of the IAM role that Amazon Kinesis Analytics can assume to access the
|
|
* stream on your behalf. You need to grant the necessary permissions to this
|
|
* role.</p>
|
|
*/
|
|
inline void SetRoleARNUpdate(const Aws::String& value) { m_roleARNUpdateHasBeenSet = true; m_roleARNUpdate = value; }
|
|
|
|
/**
|
|
* <p>ARN of the IAM role that Amazon Kinesis Analytics can assume to access the
|
|
* stream on your behalf. You need to grant the necessary permissions to this
|
|
* role.</p>
|
|
*/
|
|
inline void SetRoleARNUpdate(Aws::String&& value) { m_roleARNUpdateHasBeenSet = true; m_roleARNUpdate = std::move(value); }
|
|
|
|
/**
|
|
* <p>ARN of the IAM role that Amazon Kinesis Analytics can assume to access the
|
|
* stream on your behalf. You need to grant the necessary permissions to this
|
|
* role.</p>
|
|
*/
|
|
inline void SetRoleARNUpdate(const char* value) { m_roleARNUpdateHasBeenSet = true; m_roleARNUpdate.assign(value); }
|
|
|
|
/**
|
|
* <p>ARN of the IAM role that Amazon Kinesis Analytics can assume to access the
|
|
* stream on your behalf. You need to grant the necessary permissions to this
|
|
* role.</p>
|
|
*/
|
|
inline KinesisFirehoseInputUpdate& WithRoleARNUpdate(const Aws::String& value) { SetRoleARNUpdate(value); return *this;}
|
|
|
|
/**
|
|
* <p>ARN of the IAM role that Amazon Kinesis Analytics can assume to access the
|
|
* stream on your behalf. You need to grant the necessary permissions to this
|
|
* role.</p>
|
|
*/
|
|
inline KinesisFirehoseInputUpdate& WithRoleARNUpdate(Aws::String&& value) { SetRoleARNUpdate(std::move(value)); return *this;}
|
|
|
|
/**
|
|
* <p>ARN of the IAM role that Amazon Kinesis Analytics can assume to access the
|
|
* stream on your behalf. You need to grant the necessary permissions to this
|
|
* role.</p>
|
|
*/
|
|
inline KinesisFirehoseInputUpdate& WithRoleARNUpdate(const char* value) { SetRoleARNUpdate(value); return *this;}
|
|
|
|
private:
|
|
|
|
Aws::String m_resourceARNUpdate;
|
|
bool m_resourceARNUpdateHasBeenSet;
|
|
|
|
Aws::String m_roleARNUpdate;
|
|
bool m_roleARNUpdateHasBeenSet;
|
|
};
|
|
|
|
} // namespace Model
|
|
} // namespace KinesisAnalytics
|
|
} // namespace Aws
|