regenerate code
This commit is contained in:
@@ -35,23 +35,23 @@ namespace AlibabaCloud
|
||||
AssumeRoleWithSAMLRequest();
|
||||
~AssumeRoleWithSAMLRequest();
|
||||
|
||||
std::string getSAMLAssertion()const;
|
||||
void setSAMLAssertion(const std::string& sAMLAssertion);
|
||||
std::string getRoleArn()const;
|
||||
void setRoleArn(const std::string& roleArn);
|
||||
std::string getSAMLProviderArn()const;
|
||||
void setSAMLProviderArn(const std::string& sAMLProviderArn);
|
||||
long getDurationSeconds()const;
|
||||
void setDurationSeconds(long durationSeconds);
|
||||
std::string getPolicy()const;
|
||||
void setPolicy(const std::string& policy);
|
||||
std::string getSAMLAssertion()const;
|
||||
void setSAMLAssertion(const std::string& sAMLAssertion);
|
||||
std::string getRoleArn()const;
|
||||
void setRoleArn(const std::string& roleArn);
|
||||
std::string getSAMLProviderArn()const;
|
||||
void setSAMLProviderArn(const std::string& sAMLProviderArn);
|
||||
long getDurationSeconds()const;
|
||||
void setDurationSeconds(long durationSeconds);
|
||||
std::string getPolicy()const;
|
||||
void setPolicy(const std::string& policy);
|
||||
|
||||
private:
|
||||
std::string sAMLAssertion_;
|
||||
std::string roleArn_;
|
||||
std::string sAMLProviderArn_;
|
||||
long durationSeconds_;
|
||||
std::string policy_;
|
||||
std::string sAMLAssertion_;
|
||||
std::string roleArn_;
|
||||
std::string sAMLProviderArn_;
|
||||
long durationSeconds_;
|
||||
std::string policy_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user