regenerate code
This commit is contained in:
@@ -35,6 +35,8 @@ namespace AlibabaCloud
|
||||
CreateRoleRequest();
|
||||
~CreateRoleRequest();
|
||||
|
||||
long getMaxSessionDuration()const;
|
||||
void setMaxSessionDuration(long maxSessionDuration);
|
||||
std::string getRoleName()const;
|
||||
void setRoleName(const std::string& roleName);
|
||||
std::string getDescription()const;
|
||||
@@ -43,6 +45,7 @@ namespace AlibabaCloud
|
||||
void setAssumeRolePolicyDocument(const std::string& assumeRolePolicyDocument);
|
||||
|
||||
private:
|
||||
long maxSessionDuration_;
|
||||
std::string roleName_;
|
||||
std::string description_;
|
||||
std::string assumeRolePolicyDocument_;
|
||||
|
||||
@@ -34,6 +34,7 @@ namespace AlibabaCloud
|
||||
public:
|
||||
struct Role
|
||||
{
|
||||
long maxSessionDuration;
|
||||
std::string roleName;
|
||||
std::string description;
|
||||
std::string assumeRolePolicyDocument;
|
||||
|
||||
@@ -35,6 +35,7 @@ namespace AlibabaCloud
|
||||
struct Role
|
||||
{
|
||||
std::string updateDate;
|
||||
long maxSessionDuration;
|
||||
std::string roleName;
|
||||
std::string description;
|
||||
std::string assumeRolePolicyDocument;
|
||||
|
||||
@@ -35,6 +35,7 @@ namespace AlibabaCloud
|
||||
struct Role
|
||||
{
|
||||
std::string updateDate;
|
||||
long maxSessionDuration;
|
||||
std::string roleName;
|
||||
std::string description;
|
||||
std::string arn;
|
||||
|
||||
@@ -39,10 +39,13 @@ namespace AlibabaCloud
|
||||
void setNewAssumeRolePolicyDocument(const std::string& newAssumeRolePolicyDocument);
|
||||
std::string getRoleName()const;
|
||||
void setRoleName(const std::string& roleName);
|
||||
long getNewMaxSessionDuration()const;
|
||||
void setNewMaxSessionDuration(long newMaxSessionDuration);
|
||||
|
||||
private:
|
||||
std::string newAssumeRolePolicyDocument_;
|
||||
std::string roleName_;
|
||||
long newMaxSessionDuration_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -35,6 +35,7 @@ namespace AlibabaCloud
|
||||
struct Role
|
||||
{
|
||||
std::string updateDate;
|
||||
long maxSessionDuration;
|
||||
std::string roleName;
|
||||
std::string description;
|
||||
std::string assumeRolePolicyDocument;
|
||||
|
||||
Reference in New Issue
Block a user