Amazon.AutoScaling.Model.Internal.MarshallTransformations.PutScheduledUpdateGroupActionResponseUnmarshaller.GetInstance C# (CSharp) 메소드

GetInstance() 공개 정적인 메소드

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