Amazon.CloudWatch.Model.Internal.MarshallTransformations.GetMetricStatisticsResponseUnmarshaller.GetInstance C# (CSharp) Method

GetInstance() public static method

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