Amazon.CloudFormation.Model.Internal.MarshallTransformations.EstimateTemplateCostResponseUnmarshaller.GetInstance C# (CSharp) Метод

GetInstance() публичный статический Метод

public static GetInstance ( ) : EstimateTemplateCostResponseUnmarshaller
Результат EstimateTemplateCostResponseUnmarshaller
        public static EstimateTemplateCostResponseUnmarshaller GetInstance()
        {
            if (instance == null) 
            {
               instance = new EstimateTemplateCostResponseUnmarshaller();
            }
            return instance;
        }