Amazon.SQS.Model.Internal.MarshallTransformations.CreateQueueResponseUnmarshaller.GetInstance C# (CSharp) Method

GetInstance() public static method

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