7#include <aws/opsworks/OpsWorks_EXPORTS.h>
8#include <aws/opsworks/OpsWorksRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
44 template<
typename InstanceIdT = Aws::String>
45 void SetInstanceId(InstanceIdT&& value) { m_instanceIdHasBeenSet =
true; m_instanceId = std::forward<InstanceIdT>(value); }
46 template<
typename InstanceIdT = Aws::String>
57 template<
typename LayerIdsT = Aws::Vector<Aws::String>>
58 void SetLayerIds(LayerIdsT&& value) { m_layerIdsHasBeenSet =
true; m_layerIds = std::forward<LayerIdsT>(value); }
59 template<
typename LayerIdsT = Aws::Vector<Aws::String>>
61 template<
typename LayerIdsT = Aws::String>
67 bool m_instanceIdHasBeenSet =
false;
70 bool m_layerIdsHasBeenSet =
false;
const Aws::String & GetInstanceId() const
AssignInstanceRequest & WithLayerIds(LayerIdsT &&value)
const Aws::Vector< Aws::String > & GetLayerIds() const
AssignInstanceRequest & AddLayerIds(LayerIdsT &&value)
void SetInstanceId(InstanceIdT &&value)
AWS_OPSWORKS_API Aws::String SerializePayload() const override
AWS_OPSWORKS_API AssignInstanceRequest()=default
AWS_OPSWORKS_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool InstanceIdHasBeenSet() const
void SetLayerIds(LayerIdsT &&value)
virtual const char * GetServiceRequestName() const override
bool LayerIdsHasBeenSet() const
AssignInstanceRequest & WithInstanceId(InstanceIdT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector