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

GetInstance() public static method

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