140 lines
6.5 KiB
C
140 lines
6.5 KiB
C
|
|
/**
|
|||
|
|
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|||
|
|
* SPDX-License-Identifier: Apache-2.0.
|
|||
|
|
*/
|
|||
|
|
|
|||
|
|
#pragma once
|
|||
|
|
#include <aws/lambda/Lambda_EXPORTS.h>
|
|||
|
|
#include <aws/lambda/LambdaRequest.h>
|
|||
|
|
#include <aws/core/utils/memory/stl/AWSString.h>
|
|||
|
|
#include <utility>
|
|||
|
|
|
|||
|
|
namespace Aws
|
|||
|
|
{
|
|||
|
|
namespace Lambda
|
|||
|
|
{
|
|||
|
|
namespace Model
|
|||
|
|
{
|
|||
|
|
|
|||
|
|
/**
|
|||
|
|
*/
|
|||
|
|
class AWS_LAMBDA_API GetFunctionConcurrencyRequest : public LambdaRequest
|
|||
|
|
{
|
|||
|
|
public:
|
|||
|
|
GetFunctionConcurrencyRequest();
|
|||
|
|
|
|||
|
|
// Service request name is the Operation name which will send this request out,
|
|||
|
|
// each operation should has unique request name, so that we can get operation's name from this request.
|
|||
|
|
// Note: this is not true for response, multiple operations may have the same response name,
|
|||
|
|
// so we can not get operation's name from response.
|
|||
|
|
inline virtual const char* GetServiceRequestName() const override { return "GetFunctionConcurrency"; }
|
|||
|
|
|
|||
|
|
Aws::String SerializePayload() const override;
|
|||
|
|
|
|||
|
|
|
|||
|
|
/**
|
|||
|
|
* <p>The name of the Lambda function.</p> <p class="title"> <b>Name formats</b>
|
|||
|
|
* </p> <ul> <li> <p> <b>Function name</b> - <code>my-function</code>.</p> </li>
|
|||
|
|
* <li> <p> <b>Function ARN</b> -
|
|||
|
|
* <code>arn:aws:lambda:us-west-2:123456789012:function:my-function</code>.</p>
|
|||
|
|
* </li> <li> <p> <b>Partial ARN</b> -
|
|||
|
|
* <code>123456789012:function:my-function</code>.</p> </li> </ul> <p>The length
|
|||
|
|
* constraint applies only to the full ARN. If you specify only the function name,
|
|||
|
|
* it is limited to 64 characters in length.</p>
|
|||
|
|
*/
|
|||
|
|
inline const Aws::String& GetFunctionName() const{ return m_functionName; }
|
|||
|
|
|
|||
|
|
/**
|
|||
|
|
* <p>The name of the Lambda function.</p> <p class="title"> <b>Name formats</b>
|
|||
|
|
* </p> <ul> <li> <p> <b>Function name</b> - <code>my-function</code>.</p> </li>
|
|||
|
|
* <li> <p> <b>Function ARN</b> -
|
|||
|
|
* <code>arn:aws:lambda:us-west-2:123456789012:function:my-function</code>.</p>
|
|||
|
|
* </li> <li> <p> <b>Partial ARN</b> -
|
|||
|
|
* <code>123456789012:function:my-function</code>.</p> </li> </ul> <p>The length
|
|||
|
|
* constraint applies only to the full ARN. If you specify only the function name,
|
|||
|
|
* it is limited to 64 characters in length.</p>
|
|||
|
|
*/
|
|||
|
|
inline bool FunctionNameHasBeenSet() const { return m_functionNameHasBeenSet; }
|
|||
|
|
|
|||
|
|
/**
|
|||
|
|
* <p>The name of the Lambda function.</p> <p class="title"> <b>Name formats</b>
|
|||
|
|
* </p> <ul> <li> <p> <b>Function name</b> - <code>my-function</code>.</p> </li>
|
|||
|
|
* <li> <p> <b>Function ARN</b> -
|
|||
|
|
* <code>arn:aws:lambda:us-west-2:123456789012:function:my-function</code>.</p>
|
|||
|
|
* </li> <li> <p> <b>Partial ARN</b> -
|
|||
|
|
* <code>123456789012:function:my-function</code>.</p> </li> </ul> <p>The length
|
|||
|
|
* constraint applies only to the full ARN. If you specify only the function name,
|
|||
|
|
* it is limited to 64 characters in length.</p>
|
|||
|
|
*/
|
|||
|
|
inline void SetFunctionName(const Aws::String& value) { m_functionNameHasBeenSet = true; m_functionName = value; }
|
|||
|
|
|
|||
|
|
/**
|
|||
|
|
* <p>The name of the Lambda function.</p> <p class="title"> <b>Name formats</b>
|
|||
|
|
* </p> <ul> <li> <p> <b>Function name</b> - <code>my-function</code>.</p> </li>
|
|||
|
|
* <li> <p> <b>Function ARN</b> -
|
|||
|
|
* <code>arn:aws:lambda:us-west-2:123456789012:function:my-function</code>.</p>
|
|||
|
|
* </li> <li> <p> <b>Partial ARN</b> -
|
|||
|
|
* <code>123456789012:function:my-function</code>.</p> </li> </ul> <p>The length
|
|||
|
|
* constraint applies only to the full ARN. If you specify only the function name,
|
|||
|
|
* it is limited to 64 characters in length.</p>
|
|||
|
|
*/
|
|||
|
|
inline void SetFunctionName(Aws::String&& value) { m_functionNameHasBeenSet = true; m_functionName = std::move(value); }
|
|||
|
|
|
|||
|
|
/**
|
|||
|
|
* <p>The name of the Lambda function.</p> <p class="title"> <b>Name formats</b>
|
|||
|
|
* </p> <ul> <li> <p> <b>Function name</b> - <code>my-function</code>.</p> </li>
|
|||
|
|
* <li> <p> <b>Function ARN</b> -
|
|||
|
|
* <code>arn:aws:lambda:us-west-2:123456789012:function:my-function</code>.</p>
|
|||
|
|
* </li> <li> <p> <b>Partial ARN</b> -
|
|||
|
|
* <code>123456789012:function:my-function</code>.</p> </li> </ul> <p>The length
|
|||
|
|
* constraint applies only to the full ARN. If you specify only the function name,
|
|||
|
|
* it is limited to 64 characters in length.</p>
|
|||
|
|
*/
|
|||
|
|
inline void SetFunctionName(const char* value) { m_functionNameHasBeenSet = true; m_functionName.assign(value); }
|
|||
|
|
|
|||
|
|
/**
|
|||
|
|
* <p>The name of the Lambda function.</p> <p class="title"> <b>Name formats</b>
|
|||
|
|
* </p> <ul> <li> <p> <b>Function name</b> - <code>my-function</code>.</p> </li>
|
|||
|
|
* <li> <p> <b>Function ARN</b> -
|
|||
|
|
* <code>arn:aws:lambda:us-west-2:123456789012:function:my-function</code>.</p>
|
|||
|
|
* </li> <li> <p> <b>Partial ARN</b> -
|
|||
|
|
* <code>123456789012:function:my-function</code>.</p> </li> </ul> <p>The length
|
|||
|
|
* constraint applies only to the full ARN. If you specify only the function name,
|
|||
|
|
* it is limited to 64 characters in length.</p>
|
|||
|
|
*/
|
|||
|
|
inline GetFunctionConcurrencyRequest& WithFunctionName(const Aws::String& value) { SetFunctionName(value); return *this;}
|
|||
|
|
|
|||
|
|
/**
|
|||
|
|
* <p>The name of the Lambda function.</p> <p class="title"> <b>Name formats</b>
|
|||
|
|
* </p> <ul> <li> <p> <b>Function name</b> - <code>my-function</code>.</p> </li>
|
|||
|
|
* <li> <p> <b>Function ARN</b> -
|
|||
|
|
* <code>arn:aws:lambda:us-west-2:123456789012:function:my-function</code>.</p>
|
|||
|
|
* </li> <li> <p> <b>Partial ARN</b> -
|
|||
|
|
* <code>123456789012:function:my-function</code>.</p> </li> </ul> <p>The length
|
|||
|
|
* constraint applies only to the full ARN. If you specify only the function name,
|
|||
|
|
* it is limited to 64 characters in length.</p>
|
|||
|
|
*/
|
|||
|
|
inline GetFunctionConcurrencyRequest& WithFunctionName(Aws::String&& value) { SetFunctionName(std::move(value)); return *this;}
|
|||
|
|
|
|||
|
|
/**
|
|||
|
|
* <p>The name of the Lambda function.</p> <p class="title"> <b>Name formats</b>
|
|||
|
|
* </p> <ul> <li> <p> <b>Function name</b> - <code>my-function</code>.</p> </li>
|
|||
|
|
* <li> <p> <b>Function ARN</b> -
|
|||
|
|
* <code>arn:aws:lambda:us-west-2:123456789012:function:my-function</code>.</p>
|
|||
|
|
* </li> <li> <p> <b>Partial ARN</b> -
|
|||
|
|
* <code>123456789012:function:my-function</code>.</p> </li> </ul> <p>The length
|
|||
|
|
* constraint applies only to the full ARN. If you specify only the function name,
|
|||
|
|
* it is limited to 64 characters in length.</p>
|
|||
|
|
*/
|
|||
|
|
inline GetFunctionConcurrencyRequest& WithFunctionName(const char* value) { SetFunctionName(value); return *this;}
|
|||
|
|
|
|||
|
|
private:
|
|||
|
|
|
|||
|
|
Aws::String m_functionName;
|
|||
|
|
bool m_functionNameHasBeenSet;
|
|||
|
|
};
|
|||
|
|
|
|||
|
|
} // namespace Model
|
|||
|
|
} // namespace Lambda
|
|||
|
|
} // namespace Aws
|