Amazon.CloudWatch.Model.Internal.MarshallTransformations.GetMetricStatisticsResponseUnmarshaller.GetInstance C# (CSharp) 메소드

GetInstance() 공개 정적인 메소드

public static GetInstance ( ) : GetMetricStatisticsResponseUnmarshaller
리턴 GetMetricStatisticsResponseUnmarshaller
        public static GetMetricStatisticsResponseUnmarshaller GetInstance()
        {
            if (instance == null) 
            {
               instance = new GetMetricStatisticsResponseUnmarshaller();
            }
            return instance;
        }