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

GetInstance() 공개 정적인 메소드

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