Amazon.SecurityToken.Model.Internal.MarshallTransformations.AssumeRoleResponseUnmarshaller.GetInstance C# (CSharp) Méthode

GetInstance() public static méthode

public static GetInstance ( ) : AssumeRoleResponseUnmarshaller
Résultat AssumeRoleResponseUnmarshaller
        public static AssumeRoleResponseUnmarshaller GetInstance()
        {
            if (instance == null) 
            {
               instance = new AssumeRoleResponseUnmarshaller();
            }
            return instance;
        }