Amazon.SQS.Model.Internal.MarshallTransformations.CreateQueueResponseUnmarshaller.GetInstance C# (CSharp) 메소드

GetInstance() 공개 정적인 메소드

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