116 lines
4.9 KiB
C
116 lines
4.9 KiB
C
|
|
/**
|
|||
|
|
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|||
|
|
* SPDX-License-Identifier: Apache-2.0.
|
|||
|
|
*/
|
|||
|
|
|
|||
|
|
#pragma once
|
|||
|
|
#include <aws/glacier/Glacier_EXPORTS.h>
|
|||
|
|
#include <aws/glacier/GlacierRequest.h>
|
|||
|
|
#include <aws/core/utils/memory/stl/AWSString.h>
|
|||
|
|
#include <utility>
|
|||
|
|
|
|||
|
|
namespace Aws
|
|||
|
|
{
|
|||
|
|
namespace Glacier
|
|||
|
|
{
|
|||
|
|
namespace Model
|
|||
|
|
{
|
|||
|
|
|
|||
|
|
/**
|
|||
|
|
*/
|
|||
|
|
class AWS_GLACIER_API PurchaseProvisionedCapacityRequest : public GlacierRequest
|
|||
|
|
{
|
|||
|
|
public:
|
|||
|
|
PurchaseProvisionedCapacityRequest();
|
|||
|
|
|
|||
|
|
// 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 "PurchaseProvisionedCapacity"; }
|
|||
|
|
|
|||
|
|
Aws::String SerializePayload() const override;
|
|||
|
|
|
|||
|
|
|
|||
|
|
/**
|
|||
|
|
* <p>The AWS account ID of the account that owns the vault. You can either specify
|
|||
|
|
* an AWS account ID or optionally a single '-' (hyphen), in which case Amazon S3
|
|||
|
|
* Glacier uses the AWS account ID associated with the credentials used to sign the
|
|||
|
|
* request. If you use an account ID, don't include any hyphens ('-') in the ID.
|
|||
|
|
* </p>
|
|||
|
|
*/
|
|||
|
|
inline const Aws::String& GetAccountId() const{ return m_accountId; }
|
|||
|
|
|
|||
|
|
/**
|
|||
|
|
* <p>The AWS account ID of the account that owns the vault. You can either specify
|
|||
|
|
* an AWS account ID or optionally a single '-' (hyphen), in which case Amazon S3
|
|||
|
|
* Glacier uses the AWS account ID associated with the credentials used to sign the
|
|||
|
|
* request. If you use an account ID, don't include any hyphens ('-') in the ID.
|
|||
|
|
* </p>
|
|||
|
|
*/
|
|||
|
|
inline bool AccountIdHasBeenSet() const { return m_accountIdHasBeenSet; }
|
|||
|
|
|
|||
|
|
/**
|
|||
|
|
* <p>The AWS account ID of the account that owns the vault. You can either specify
|
|||
|
|
* an AWS account ID or optionally a single '-' (hyphen), in which case Amazon S3
|
|||
|
|
* Glacier uses the AWS account ID associated with the credentials used to sign the
|
|||
|
|
* request. If you use an account ID, don't include any hyphens ('-') in the ID.
|
|||
|
|
* </p>
|
|||
|
|
*/
|
|||
|
|
inline void SetAccountId(const Aws::String& value) { m_accountIdHasBeenSet = true; m_accountId = value; }
|
|||
|
|
|
|||
|
|
/**
|
|||
|
|
* <p>The AWS account ID of the account that owns the vault. You can either specify
|
|||
|
|
* an AWS account ID or optionally a single '-' (hyphen), in which case Amazon S3
|
|||
|
|
* Glacier uses the AWS account ID associated with the credentials used to sign the
|
|||
|
|
* request. If you use an account ID, don't include any hyphens ('-') in the ID.
|
|||
|
|
* </p>
|
|||
|
|
*/
|
|||
|
|
inline void SetAccountId(Aws::String&& value) { m_accountIdHasBeenSet = true; m_accountId = std::move(value); }
|
|||
|
|
|
|||
|
|
/**
|
|||
|
|
* <p>The AWS account ID of the account that owns the vault. You can either specify
|
|||
|
|
* an AWS account ID or optionally a single '-' (hyphen), in which case Amazon S3
|
|||
|
|
* Glacier uses the AWS account ID associated with the credentials used to sign the
|
|||
|
|
* request. If you use an account ID, don't include any hyphens ('-') in the ID.
|
|||
|
|
* </p>
|
|||
|
|
*/
|
|||
|
|
inline void SetAccountId(const char* value) { m_accountIdHasBeenSet = true; m_accountId.assign(value); }
|
|||
|
|
|
|||
|
|
/**
|
|||
|
|
* <p>The AWS account ID of the account that owns the vault. You can either specify
|
|||
|
|
* an AWS account ID or optionally a single '-' (hyphen), in which case Amazon S3
|
|||
|
|
* Glacier uses the AWS account ID associated with the credentials used to sign the
|
|||
|
|
* request. If you use an account ID, don't include any hyphens ('-') in the ID.
|
|||
|
|
* </p>
|
|||
|
|
*/
|
|||
|
|
inline PurchaseProvisionedCapacityRequest& WithAccountId(const Aws::String& value) { SetAccountId(value); return *this;}
|
|||
|
|
|
|||
|
|
/**
|
|||
|
|
* <p>The AWS account ID of the account that owns the vault. You can either specify
|
|||
|
|
* an AWS account ID or optionally a single '-' (hyphen), in which case Amazon S3
|
|||
|
|
* Glacier uses the AWS account ID associated with the credentials used to sign the
|
|||
|
|
* request. If you use an account ID, don't include any hyphens ('-') in the ID.
|
|||
|
|
* </p>
|
|||
|
|
*/
|
|||
|
|
inline PurchaseProvisionedCapacityRequest& WithAccountId(Aws::String&& value) { SetAccountId(std::move(value)); return *this;}
|
|||
|
|
|
|||
|
|
/**
|
|||
|
|
* <p>The AWS account ID of the account that owns the vault. You can either specify
|
|||
|
|
* an AWS account ID or optionally a single '-' (hyphen), in which case Amazon S3
|
|||
|
|
* Glacier uses the AWS account ID associated with the credentials used to sign the
|
|||
|
|
* request. If you use an account ID, don't include any hyphens ('-') in the ID.
|
|||
|
|
* </p>
|
|||
|
|
*/
|
|||
|
|
inline PurchaseProvisionedCapacityRequest& WithAccountId(const char* value) { SetAccountId(value); return *this;}
|
|||
|
|
|
|||
|
|
private:
|
|||
|
|
|
|||
|
|
Aws::String m_accountId;
|
|||
|
|
bool m_accountIdHasBeenSet;
|
|||
|
|
};
|
|||
|
|
|
|||
|
|
} // namespace Model
|
|||
|
|
} // namespace Glacier
|
|||
|
|
} // namespace Aws
|