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;
        }