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

GetInstance() public static method

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