Amazon.CloudFormation.Model.Internal.MarshallTransformations.EstimateTemplateCostResponseUnmarshaller.GetInstance C# (CSharp) Méthode

GetInstance() public static méthode

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