Home
last modified time | relevance | path

Searched refs:m_iotJobConfiguration (Results 1 – 4 of 4) sorted by relevance

/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-greengrassv2/include/aws/greengrassv2/model/
H A DCreateDeploymentRequest.h228 …onst DeploymentIoTJobConfiguration& GetIotJobConfiguration() const{ return m_iotJobConfiguration; } in GetIotJobConfiguration()
242 …JobConfiguration& value) { m_iotJobConfigurationHasBeenSet = true; m_iotJobConfiguration = value; } in SetIotJobConfiguration()
249 …bConfiguration&& value) { m_iotJobConfigurationHasBeenSet = true; m_iotJobConfiguration = std::mov… in SetIotJobConfiguration()
507 DeploymentIoTJobConfiguration m_iotJobConfiguration; variable
H A DGetDeploymentResult.h425 …onst DeploymentIoTJobConfiguration& GetIotJobConfiguration() const{ return m_iotJobConfiguration; } in GetIotJobConfiguration()
432 …tIotJobConfiguration(const DeploymentIoTJobConfiguration& value) { m_iotJobConfiguration = value; } in SetIotJobConfiguration()
439 …d SetIotJobConfiguration(DeploymentIoTJobConfiguration&& value) { m_iotJobConfiguration = std::mov… in SetIotJobConfiguration()
619 DeploymentIoTJobConfiguration m_iotJobConfiguration; variable
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-greengrassv2/source/model/
H A DCreateDeploymentRequest.cpp56 payload.WithObject("iotJobConfiguration", m_iotJobConfiguration.Jsonize()); in SerializePayload()
H A DGetDeploymentResult.cpp94 m_iotJobConfiguration = jsonValue.GetObject("iotJobConfiguration"); in operator =()