Generate SDK by new Generator

This commit is contained in:
wb-hx510875
2019-09-18 11:18:56 +08:00
parent be86048a76
commit f3eaf1d292
9054 changed files with 325898 additions and 381375 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -37,15 +37,15 @@ namespace AlibabaCloud
std::string getPolicyType()const;
void setPolicyType(const std::string& policyType);
std::string getPolicyName()const;
void setPolicyName(const std::string& policyName);
std::string getGroupName()const;
void setGroupName(const std::string& groupName);
std::string getPolicyName()const;
void setPolicyName(const std::string& policyName);
private:
std::string policyType_;
std::string policyName_;
std::string groupName_;
std::string policyName_;
};
}

View File

@@ -35,18 +35,18 @@ namespace AlibabaCloud
CreateLoginProfileRequest();
~CreateLoginProfileRequest();
std::string getPassword()const;
void setPassword(const std::string& password);
bool getPasswordResetRequired()const;
void setPasswordResetRequired(bool passwordResetRequired);
std::string getPassword()const;
void setPassword(const std::string& password);
bool getMFABindRequired()const;
void setMFABindRequired(bool mFABindRequired);
std::string getUserName()const;
void setUserName(const std::string& userName);
private:
std::string password_;
bool passwordResetRequired_;
std::string password_;
bool mFABindRequired_;
std::string userName_;

View File

@@ -35,22 +35,22 @@ namespace AlibabaCloud
CreateUserRequest();
~CreateUserRequest();
std::string getComments()const;
void setComments(const std::string& comments);
std::string getDisplayName()const;
void setDisplayName(const std::string& displayName);
std::string getMobilePhone()const;
void setMobilePhone(const std::string& mobilePhone);
std::string getEmail()const;
void setEmail(const std::string& email);
std::string getComments()const;
void setComments(const std::string& comments);
std::string getDisplayName()const;
void setDisplayName(const std::string& displayName);
std::string getUserName()const;
void setUserName(const std::string& userName);
private:
std::string comments_;
std::string displayName_;
std::string mobilePhone_;
std::string email_;
std::string comments_;
std::string displayName_;
std::string userName_;
};

View File

@@ -37,15 +37,15 @@ namespace AlibabaCloud
std::string getPolicyType()const;
void setPolicyType(const std::string& policyType);
std::string getPolicyName()const;
void setPolicyName(const std::string& policyName);
std::string getGroupName()const;
void setGroupName(const std::string& groupName);
std::string getPolicyName()const;
void setPolicyName(const std::string& policyName);
private:
std::string policyType_;
std::string policyName_;
std::string groupName_;
std::string policyName_;
};
}

View File

@@ -35,16 +35,16 @@ namespace AlibabaCloud
GetPolicyVersionRequest();
~GetPolicyVersionRequest();
std::string getVersionId()const;
void setVersionId(const std::string& versionId);
std::string getPolicyType()const;
void setPolicyType(const std::string& policyType);
std::string getVersionId()const;
void setVersionId(const std::string& versionId);
std::string getPolicyName()const;
void setPolicyName(const std::string& policyName);
private:
std::string versionId_;
std::string policyType_;
std::string versionId_;
std::string policyName_;
};

View File

@@ -35,17 +35,17 @@ namespace AlibabaCloud
ListUsersForGroupRequest();
~ListUsersForGroupRequest();
std::string getGroupName()const;
void setGroupName(const std::string& groupName);
std::string getMarker()const;
void setMarker(const std::string& marker);
int getMaxItems()const;
void setMaxItems(int maxItems);
std::string getGroupName()const;
void setGroupName(const std::string& groupName);
private:
std::string groupName_;
std::string marker_;
int maxItems_;
std::string groupName_;
};
}

View File

@@ -35,34 +35,34 @@ namespace AlibabaCloud
SetPasswordPolicyRequest();
~SetPasswordPolicyRequest();
bool getRequireNumbers()const;
void setRequireNumbers(bool requireNumbers);
int getPasswordReusePrevention()const;
void setPasswordReusePrevention(int passwordReusePrevention);
bool getRequireUppercaseCharacters()const;
void setRequireUppercaseCharacters(bool requireUppercaseCharacters);
int getMinimumPasswordLength()const;
void setMinimumPasswordLength(int minimumPasswordLength);
bool getRequireNumbers()const;
void setRequireNumbers(bool requireNumbers);
bool getRequireLowercaseCharacters()const;
void setRequireLowercaseCharacters(bool requireLowercaseCharacters);
int getMaxPasswordAge()const;
void setMaxPasswordAge(int maxPasswordAge);
int getMaxLoginAttemps()const;
void setMaxLoginAttemps(int maxLoginAttemps);
bool getHardExpiry()const;
void setHardExpiry(bool hardExpiry);
int getMinimumPasswordLength()const;
void setMinimumPasswordLength(int minimumPasswordLength);
bool getRequireLowercaseCharacters()const;
void setRequireLowercaseCharacters(bool requireLowercaseCharacters);
bool getRequireSymbols()const;
void setRequireSymbols(bool requireSymbols);
private:
bool requireNumbers_;
int passwordReusePrevention_;
bool requireUppercaseCharacters_;
int minimumPasswordLength_;
bool requireNumbers_;
bool requireLowercaseCharacters_;
int maxPasswordAge_;
int maxLoginAttemps_;
bool hardExpiry_;
int minimumPasswordLength_;
bool requireLowercaseCharacters_;
bool requireSymbols_;
};

View File

@@ -35,29 +35,29 @@ namespace AlibabaCloud
SetSecurityPreferenceRequest();
~SetSecurityPreferenceRequest();
bool getAllowUserToManageAccessKeys()const;
void setAllowUserToManageAccessKeys(bool allowUserToManageAccessKeys);
bool getAllowUserToManageMFADevices()const;
void setAllowUserToManageMFADevices(bool allowUserToManageMFADevices);
bool getAllowUserToManagePublicKeys()const;
void setAllowUserToManagePublicKeys(bool allowUserToManagePublicKeys);
bool getEnableSaveMFATicket()const;
void setEnableSaveMFATicket(bool enableSaveMFATicket);
std::string getLoginNetworkMasks()const;
void setLoginNetworkMasks(const std::string& loginNetworkMasks);
bool getAllowUserToChangePassword()const;
void setAllowUserToChangePassword(bool allowUserToChangePassword);
bool getAllowUserToManagePublicKeys()const;
void setAllowUserToManagePublicKeys(bool allowUserToManagePublicKeys);
int getLoginSessionDuration()const;
void setLoginSessionDuration(int loginSessionDuration);
bool getAllowUserToManageAccessKeys()const;
void setAllowUserToManageAccessKeys(bool allowUserToManageAccessKeys);
bool getAllowUserToManageMFADevices()const;
void setAllowUserToManageMFADevices(bool allowUserToManageMFADevices);
private:
bool allowUserToManageAccessKeys_;
bool allowUserToManageMFADevices_;
bool allowUserToManagePublicKeys_;
bool enableSaveMFATicket_;
std::string loginNetworkMasks_;
bool allowUserToChangePassword_;
bool allowUserToManagePublicKeys_;
int loginSessionDuration_;
bool allowUserToManageAccessKeys_;
bool allowUserToManageMFADevices_;
};
}

View File

@@ -35,17 +35,17 @@ namespace AlibabaCloud
UpdateGroupRequest();
~UpdateGroupRequest();
std::string getGroupName()const;
void setGroupName(const std::string& groupName);
std::string getNewGroupName()const;
void setNewGroupName(const std::string& newGroupName);
std::string getNewComments()const;
void setNewComments(const std::string& newComments);
std::string getGroupName()const;
void setGroupName(const std::string& groupName);
private:
std::string groupName_;
std::string newGroupName_;
std::string newComments_;
std::string groupName_;
};
}

View File

@@ -35,18 +35,18 @@ namespace AlibabaCloud
UpdateLoginProfileRequest();
~UpdateLoginProfileRequest();
std::string getPassword()const;
void setPassword(const std::string& password);
bool getPasswordResetRequired()const;
void setPasswordResetRequired(bool passwordResetRequired);
std::string getPassword()const;
void setPassword(const std::string& password);
bool getMFABindRequired()const;
void setMFABindRequired(bool mFABindRequired);
std::string getUserName()const;
void setUserName(const std::string& userName);
private:
std::string password_;
bool passwordResetRequired_;
std::string password_;
bool mFABindRequired_;
std::string userName_;

View File

@@ -37,23 +37,23 @@ namespace AlibabaCloud
std::string getNewUserName()const;
void setNewUserName(const std::string& newUserName);
std::string getNewDisplayName()const;
void setNewDisplayName(const std::string& newDisplayName);
std::string getNewMobilePhone()const;
void setNewMobilePhone(const std::string& newMobilePhone);
std::string getNewComments()const;
void setNewComments(const std::string& newComments);
std::string getNewEmail()const;
void setNewEmail(const std::string& newEmail);
std::string getNewDisplayName()const;
void setNewDisplayName(const std::string& newDisplayName);
std::string getNewComments()const;
void setNewComments(const std::string& newComments);
std::string getUserName()const;
void setUserName(const std::string& userName);
private:
std::string newUserName_;
std::string newDisplayName_;
std::string newMobilePhone_;
std::string newComments_;
std::string newEmail_;
std::string newDisplayName_;
std::string newComments_;
std::string userName_;
};